summaryrefslogtreecommitdiffstats
path: root/src/components/AppNavigation/Settings/SettingsImportContacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/Settings/SettingsImportContacts.vue')
-rw-r--r--src/components/AppNavigation/Settings/SettingsImportContacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Settings/SettingsImportContacts.vue b/src/components/AppNavigation/Settings/SettingsImportContacts.vue
index eb28dd23..b57f0f92 100644
--- a/src/components/AppNavigation/Settings/SettingsImportContacts.vue
+++ b/src/components/AppNavigation/Settings/SettingsImportContacts.vue
@@ -32,7 +32,7 @@
<Modal v-if="isOpened"
ref="modal"
class="import-contact__modal"
- :title="t('contacts', 'Import contacts')"
+ :name="t('contacts', 'Import contacts')"
@close="toggleModal">
<section class="import-contact__modal-addressbook">
<h2>{{ t('contacts', 'Import contacts') }}</h2>