bug: typo

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

View File

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

View File

@ -87,6 +87,9 @@
"3gOsZq": { "3gOsZq": {
"defaultMessage": "Translators" "defaultMessage": "Translators"
}, },
"3qnJlS": {
"defaultMessage": "You are voting with {amount} sats"
},
"3t3kok": { "3t3kok": {
"defaultMessage": "{n,plural,=1{{n} new note} other{{n} new notes}}" "defaultMessage": "{n,plural,=1{{n} new note} other{{n} new notes}}"
}, },
@ -193,9 +196,6 @@
"defaultMessage": "Parent", "defaultMessage": "Parent",
"description": "Link to parent note in thread" "description": "Link to parent note in thread"
}, },
"ALT9tB": {
"defaultMessage": "Your are voting with {amount} sats"
},
"ASRK0S": { "ASRK0S": {
"defaultMessage": "This author has been muted" "defaultMessage": "This author has been muted"
}, },

View File

@ -28,6 +28,7 @@
"3Rx6Qo": "Advanced", "3Rx6Qo": "Advanced",
"3cc4Ct": "Light", "3cc4Ct": "Light",
"3gOsZq": "Translators", "3gOsZq": "Translators",
"3qnJlS": "You are voting with {amount} sats",
"3t3kok": "{n,plural,=1{{n} new note} other{{n} new notes}}", "3t3kok": "{n,plural,=1{{n} new note} other{{n} new notes}}",
"3tVy+Z": "{n} Followers", "3tVy+Z": "{n} Followers",
"3xCwbZ": "OR", "3xCwbZ": "OR",
@ -62,7 +63,6 @@
"9pMqYs": "Nostr Address", "9pMqYs": "Nostr Address",
"9wO4wJ": "Lightning Invoice", "9wO4wJ": "Lightning Invoice",
"ADmfQT": "Parent", "ADmfQT": "Parent",
"ALT9tB": "Your are voting with {amount} sats",
"ASRK0S": "This author has been muted", "ASRK0S": "This author has been muted",
"Adk34V": "Setup your Profile", "Adk34V": "Setup your Profile",
"AkCxS/": "Reason", "AkCxS/": "Reason",