mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
intl: fix notes string (#7942)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ export const strings = {
|
||||
note: () => t`Note`,
|
||||
notes: (count: number) =>
|
||||
plural(count, {
|
||||
one: `note`,
|
||||
one: `# note`,
|
||||
other: `# notes`
|
||||
}),
|
||||
downloading: () => t`Downloading`,
|
||||
|
||||
Reference in New Issue
Block a user