summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-03-15 19:29:35 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-03-15 19:29:35 +0100
commit5cec118bd857978de5579f25dd014cb063786a6b (patch)
tree3188ccd2b27ce30e91add6b0c9f3cf2a2a6203dc /src
parent0c8885d1928b5ddd1e90f2c7dc330576a4709d98 (diff)
Improve addressbook enabled wording
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/Settings/SettingsAddressbook.vue4
1 files 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 @@
<ActionCheckbox v-if="!toggleEnabledLoading"
:checked="enabled"
@change.stop.prevent="toggleAddressbookEnabled">
- {{ enabled ? t('contacts', 'Enabled') : t('contacts', 'Disabled') }}
+ {{ t('contacts', 'Enabled') }}
</ActionCheckbox>
<ActionButton v-else
icon="icon-loading-small">
- {{ enabled ? t('contacts', 'Enabled') : t('contacts', 'Disabled') }}
+ {{ t('contacts', 'Enabled') }}
</ActionButton>
</template>