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

@@ -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`,