intl: fix referencedIn casing (#7334)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-01-17 11:24:11 +05:00
committed by GitHub
parent 5ace95c9d1
commit 218ffbd758
3 changed files with 4 additions and 4 deletions

View File

@@ -4617,8 +4617,8 @@ msgid "Redo"
msgstr "Redo"
#: src/strings.ts:372
msgid "REFERENCED IN"
msgstr "REFERENCED IN"
msgid "Referenced in"
msgstr "Referenced in"
#: src/strings.ts:923
msgid "References"

View File

@@ -4599,7 +4599,7 @@ msgid "Redo"
msgstr ""
#: src/strings.ts:372
msgid "REFERENCED IN"
msgid "Referenced in"
msgstr ""
#: src/strings.ts:923

View File

@@ -369,7 +369,7 @@ export const strings = {
}
},
remindMeIn: () => t`Remind me in`,
referencedIn: () => t`REFERENCED IN`,
referencedIn: () => t`Referenced in`,
restoreSelectFolder: () =>
t`Select the folder that includes your backup files to list them here.`,
noBackupsFound: () => t`No backups found`,