summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-02 12:42:23 +0200
committerGitHub <noreply@github.com>2021-06-02 12:42:23 +0200
commit25647328b1cbad832001b514f2abdcd1d0ec8b05 (patch)
treef910ea8d34bedb1d139013e933bc57c8698b0f67
parent20002a981b848f3c9931c007c32219f2aac3fd62 (diff)
l10n: Remove space
-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
)