Skip to content

Commit cb06757

Browse files
authored
Merge pull request #4811 from nextcloud/fix/hidden-ab
fix: change wording from disabled to hidden for addressBooks
2 parents c67a2d1 + 9334525 commit cb06757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppNavigation/Settings/SettingsAddressbook.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="addressbook__content">
1010
<!-- addressbook name -->
1111
<span class="addressbook__name" :title="addressbook.displayName">
12-
{{ addressbook.enabled ? addressbook.displayName : t('contacts', '{addressbookname} (Disabled)', { addressbookname: addressbook.displayName }) }}
12+
{{ addressbook.enabled ? addressbook.displayName : t('contacts', '{addressbookname} (Hidden)', { addressbookname: addressbook.displayName }) }}
1313
</span>
1414

1515
<div v-if="addressbook.dav.description" class="addressbook__description">

0 commit comments

Comments
 (0)