summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>