intl: fix casing in legal & notebooks strings (#7142)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2024-12-26 11:29:57 +05:00
committed by GitHub
parent b296f5dd5c
commit 59d3e06935
3 changed files with 19 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ export const strings = {
t`or email us at`
],
migrationFailed: () => t`Migration failed`,
notebooks: () => t`NOTEBOOKS`,
notebooks: () => t`Notebooks`,
syncingHeading: () => t`Syncing your data`,
syncingDesc: () => t`Please wait while we sync all your data.`,
downloadingAttachments: () => t`Downloading attachments`,
@@ -1534,7 +1534,7 @@ For example:
dateError: () => t`Reminder time cannot be earlier than the current time.`,
failedToDecryptBackup: () => t`Failed to decrypt backup`,
backupDirectoryNotSelected: () => t`Backup directory not selected`,
legal: () => t`legal`,
legal: () => t`Legal`,
days: (days: number) =>
plural(days, {
one: `1 day`,