From e3f11f2b3549806d591b75c2358edd29ece70b4f Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Mon, 29 May 2023 01:54:59 +0200 Subject: [PATCH] ui improvements --- src/components/TopBar/Settings/AccountSettings.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/TopBar/Settings/AccountSettings.vue b/src/components/TopBar/Settings/AccountSettings.vue index 638b6f6..16c4cc7 100644 --- a/src/components/TopBar/Settings/AccountSettings.vue +++ b/src/components/TopBar/Settings/AccountSettings.vue @@ -126,12 +126,12 @@ const toggleEncryption = async () => { Are you sure you want to delete your Contexted account? This action cannot be undone! -
+
Delete account - Close + Cancel
@@ -178,7 +178,7 @@ const toggleEncryption = async () => { {{ toggleEncryptionError }} -
+
{ {{ encryptionEnabled ? 'Disable' : 'Enable' }} encryption - Close + Cancel