summaryrefslogtreecommitdiffstats
path: root/src/components/AppNavigation/Settings/SettingsAddressbook.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-03 09:33:08 +0200
committerGitHub <noreply@github.com>2021-06-03 09:33:08 +0200
commit9c9b506aad3958e8dab872c9a4364c2b24564ea2 (patch)
tree8de3d75cb59673b0adebe1cae26bb28ba489a3e7 /src/components/AppNavigation/Settings/SettingsAddressbook.vue
parent948bf9f38a7d90a44f29f53b8e3baac90b86925c (diff)
parentef4998745f7becdab35d76eb4bcec3090c7c4d5a (diff)
Merge pull request #2244 from nextcloud/Valdnet-patch-1
l10n: Correct spelling
Diffstat (limited to 'src/components/AppNavigation/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/AppNavigation/Settings/SettingsAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue
index 16625bfe..b3226733 100644
--- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue
+++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue
@@ -215,7 +215,7 @@ export default {
confirmDeletion() {
OC.dialogs.confirm(
t('contacts', 'This will delete the address book and every contacts within it'),
- t('contacts', 'Delete {addressbook} ?', { addressbook: this.addressbook.displayName }),
+ t('contacts', 'Delete {addressbook}?', { addressbook: this.addressbook.displayName }),
this.deleteAddressbook,
true
)