summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-05-29 17:04:34 +0200
committerGitHub <noreply@github.com>2021-05-29 17:04:34 +0200
commit104a35c8f8bd62974fd7174694f22d2a1e65e3be (patch)
tree0e2aa5a723ddf68f74111be4d5d30601a8fde3d5
parentd4ae120bccdfe60405c3ead49166ad475b940fd6 (diff)
l10n: Spelling unification
-rw-r--r--src/components/Settings/SettingsImportContacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsImportContacts.vue b/src/components/Settings/SettingsImportContacts.vue
index 07cfc8ea..10ffa9f8 100644
--- a/src/components/Settings/SettingsImportContacts.vue
+++ b/src/components/Settings/SettingsImportContacts.vue
@@ -45,7 +45,7 @@
label="displayName"
class="import-contact__multiselect">
<template slot="singleLabel" slot-scope="{ option }">
- {{ t('contacts', 'Import into the {addressbookName} addressbook', { addressbookName: option.displayName }) }}
+ {{ t('contacts', 'Import into the {addressbookName} address book', { addressbookName: option.displayName }) }}
</template>
</Multiselect>
</section>