chore: Update translations
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kieran 2023-10-11 08:42:34 +00:00
parent 09a9364163
commit bcaaba3fd4
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ export default function FollowButton(props: FollowButtonProps) {
disabled={readonly}
onClick={async e => {
e.stopPropagation();
await (isFollowing ? unfollow(pubkey) : follow(pubkey))
await (isFollowing ? unfollow(pubkey) : follow(pubkey));
}}>
{isFollowing ? <FormattedMessage {...messages.Unfollow} /> : <FormattedMessage {...messages.Follow} />}
</AsyncButton>

View File

@ -232,7 +232,7 @@
"P7FD0F": "System (standard)",
"P7nJT9": "Totalt idag (UTC): {amount} sats",
"PCSt5T": "Inställningar",
"PJeJFc": "Summary",
"PJeJFc": "Sammanfattning",
"PLSbmL": "Din mnemoniska lösenfras",
"PaN7t3": "Förhandsgranska på {site}",
"PamNxw": "Okänd filrubrik: {name}",
@ -496,5 +496,5 @@
"zonsdq": "Det gick inte att ladda LNURL-tjänsten",
"zvCDao": "Visa automatiskt de senaste anteckningarna",
"zwb6LR": "<b>Mint:</b> {url}",
"zxvhnE": "Daily"
"zxvhnE": "Dagligen"
}