mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: always show desktop backup directory path (#6867)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user