bug: typo

This commit is contained in:
2023-04-11 15:45:57 +01:00
parent 0af8591454
commit b3ecc6bf60
3 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ export default function Poll(props: PollProps) {
<>
<small>
<FormattedMessage
defaultMessage="Your are voting with {amount} sats"
defaultMessage="You are voting with {amount} sats"
values={{
amount: formatShort(prefs.defaultZapAmount),
}}