From a07c3f3de8102b64ad2b6b3174b23be53076df8c Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 13 Apr 2020 14:59:55 +0200 Subject: [PATCH] Disable sync for official release --- locale/en_US/panel/pages/Sync.json | 4 +++- ui/panel/pages/Sync.vue | 11 +++++++++-- ui/panel/panel.scss | 7 +++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/locale/en_US/panel/pages/Sync.json b/locale/en_US/panel/pages/Sync.json index 6b5b86b..5672720 100644 --- a/locale/en_US/panel/pages/Sync.json +++ b/locale/en_US/panel/pages/Sync.json @@ -8,9 +8,11 @@ "reauthorize": "Reauthorize…", "do_sync": "Upload now", "disable": "Disable sync", + "disabled_heading": "Sync disabled", + "disabled_text": "Sync is disabled for the official release due to missing API keys.", "disable_confirmation": "Do you really want to disable sync functionality? Your data will no longer be backed up to your provider automatically.", - "selection_label": "Please select your storage provider:", + "selection_label": "Available storage providers:", "how_heading": "How does this work?", "how_text": "You grant AEP access to a directory within your personal account on Dropbox or another storage provider. This access will be used to upload a file with encrypted data regularly. It's the same data as with your manual backup, but you can connect multiple devices to the same account and changes will propagate to all of them automatically – assuming that they all use the same master password.", "security_heading": "Is this safe?", diff --git a/ui/panel/pages/Sync.vue b/ui/panel/pages/Sync.vue index df4df1a..1dcd38c 100644 --- a/ui/panel/pages/Sync.vue +++ b/ui/panel/pages/Sync.vue @@ -50,19 +50,23 @@ -
{{ $t("how_heading") }}
+
{{ $t("disabled_heading") }}
- {{ $t("how_text") }} + {{ $t("disabled_text") }} +
+