web: always show desktop backup directory path (#6867)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2024-11-22 15:12:43 +05:00
committed by Abdullah Atta
parent 3525d60f8c
commit 8756299d80
4 changed files with 1694 additions and 1679 deletions

View File

@@ -1176,7 +1176,10 @@ $headline$: Use starting line of the note as title.`,
t`NOTE: Creating a backup with attachments can take a while, and also fail completely. The app will try to resume/restart the backup in case of interruptions.`
],
selectBackupDir: () => t`Select backup directory`,
selectBackupDirDesc: () => t`Choose where to save your backups`,
selectBackupDirDesc: (path: string) => [
t`Choose where to save your backups`,
t`Current path: ${path}`
],
noDirectorySelected: () => t`No directory selected`,
changeBackupDir: () => t`Change backup directory`,
backupEncryption: () => t`Backup encryption`,