From 5cec118bd857978de5579f25dd014cb063786a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 15 Mar 2022 19:29:35 +0100 Subject: [PATCH] Improve addressbook enabled wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- src/components/AppNavigation/Settings/SettingsAddressbook.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue index fd218c8f..0e41c4c0 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue @@ -73,11 +73,11 @@ - {{ enabled ? t('contacts', 'Enabled') : t('contacts', 'Disabled') }} + {{ t('contacts', 'Enabled') }} - {{ enabled ? t('contacts', 'Enabled') : t('contacts', 'Disabled') }} + {{ t('contacts', 'Enabled') }}