refactor: adjust wording for backups

This commit is contained in:
2023-12-02 20:23:15 +01:00
parent 5c06c2206c
commit c37ae7da7b
4 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import type { BaseTranslation } from "../i18n-types"
import type {BaseTranslation} from "../i18n-types"
const en = {
TITLE: "CharaChorder Device Manager",
@@ -9,10 +9,10 @@ const en = {
SAVE: "Save",
},
backup: {
TITLE: "Local Backup",
TITLE: "Store History",
INDIVIDUAL: "Individual backups",
DISCLAIMER: "Backups remain on your computer and are never shared with us or uploaded to our servers.",
DOWNLOAD: "Full Backup",
DISCLAIMER: "Your history is stored as a backup in this browser. The history remains on your computer.",
DOWNLOAD: "Download Everything",
RESTORE: "Restore",
},
sync: {