intl: fix notes string (#7942)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-04-18 12:57:12 +05:00
committed by GitHub
parent 3eae13e237
commit 29ad783b3f
3 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ export const strings = {
note: () => t`Note`,
notes: (count: number) =>
plural(count, {
one: `note`,
one: `# note`,
other: `# notes`
}),
downloading: () => t`Downloading`,