From c6e2f59b05630c302daec4995ff921553d2f9008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 2 Oct 2025 13:58:01 +0200 Subject: [PATCH] refactor: rename auto-backup to fast connect --- src/i18n/de/index.ts | 4 +-- src/i18n/en/index.ts | 4 +-- src/routes/(app)/config/settings/+page.svelte | 29 +++++++++---------- 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/src/i18n/de/index.ts b/src/i18n/de/index.ts index 15fd1f17..3e1144ca 100644 --- a/src/i18n/de/index.ts +++ b/src/i18n/de/index.ts @@ -18,9 +18,9 @@ const de = { }, backup: { TITLE: "Backup", - AUTO_BACKUP: "Auto-backup", + AUTO_BACKUP: "Beschleunigtes Verbinden", DISCLAIMER: - "Das Backup in diesem Browser gespeichert und bleibt nur auf diesem Computer.", + "Nicht auf öffentlichen oder geteilten Computern einschalten. Gerätedaten werden für schnelleren Zugriff lokal zwischengespeichert.", DOWNLOAD: "Komplettes Profil", RESTORE: "Wiederherstellen", }, diff --git a/src/i18n/en/index.ts b/src/i18n/en/index.ts index 1d23b879..8c30c43e 100644 --- a/src/i18n/en/index.ts +++ b/src/i18n/en/index.ts @@ -14,9 +14,9 @@ const en = { }, backup: { TITLE: "Backup", - AUTO_BACKUP: "Auto-backup", + AUTO_BACKUP: "Fast Connect", DISCLAIMER: - "Whenever you connect this device to browser, a backup is made locally and kept only on your computer.", + "Turn off if using a shared or public computer. Caches your device's data locally for quick access next time you connect.", DOWNLOAD: "Full profile", RESTORE: "Restore", }, diff --git a/src/routes/(app)/config/settings/+page.svelte b/src/routes/(app)/config/settings/+page.svelte index c8a08946..1101f641 100644 --- a/src/routes/(app)/config/settings/+page.svelte +++ b/src/routes/(app)/config/settings/+page.svelte @@ -41,6 +41,7 @@
- +
+ Connection + + + +
{#if $deviceMeta} {#each $deviceMeta.settings as category}
@@ -115,15 +123,6 @@
{$LL.backup.TITLE()} - -

- {$LL.backup.DISCLAIMER()} -