diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index 6b71620e5..1b3cb74ff 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -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" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index a2f74af37..d62b3466a 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -4599,7 +4599,7 @@ msgid "Redo" msgstr "" #: src/strings.ts:372 -msgid "REFERENCED IN" +msgid "Referenced in" msgstr "" #: src/strings.ts:923 diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index e9914411f..e4e76135a 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -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`,