mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
intl: fix referencedIn casing (#7334)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -4617,8 +4617,8 @@ msgid "Redo"
|
|||||||
msgstr "Redo"
|
msgstr "Redo"
|
||||||
|
|
||||||
#: src/strings.ts:372
|
#: src/strings.ts:372
|
||||||
msgid "REFERENCED IN"
|
msgid "Referenced in"
|
||||||
msgstr "REFERENCED IN"
|
msgstr "Referenced in"
|
||||||
|
|
||||||
#: src/strings.ts:923
|
#: src/strings.ts:923
|
||||||
msgid "References"
|
msgid "References"
|
||||||
|
|||||||
@@ -4599,7 +4599,7 @@ msgid "Redo"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/strings.ts:372
|
#: src/strings.ts:372
|
||||||
msgid "REFERENCED IN"
|
msgid "Referenced in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/strings.ts:923
|
#: src/strings.ts:923
|
||||||
|
|||||||
@@ -369,7 +369,7 @@ export const strings = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
remindMeIn: () => t`Remind me in`,
|
remindMeIn: () => t`Remind me in`,
|
||||||
referencedIn: () => t`REFERENCED IN`,
|
referencedIn: () => t`Referenced in`,
|
||||||
restoreSelectFolder: () =>
|
restoreSelectFolder: () =>
|
||||||
t`Select the folder that includes your backup files to list them here.`,
|
t`Select the folder that includes your backup files to list them here.`,
|
||||||
noBackupsFound: () => t`No backups found`,
|
noBackupsFound: () => t`No backups found`,
|
||||||
|
|||||||
Reference in New Issue
Block a user