mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 05:59:35 +01:00
intl: fix referencedIn casing (#7334)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user