summaryrefslogtreecommitdiffstats
path: root/src/components/Settings
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-10-27 19:59:44 +0100
committerGitHub <noreply@github.com>2020-10-27 19:59:44 +0100
commitfa9eacc06b8188600f77e1e946efbc41e315af11 (patch)
tree2eead567ff39c07518324628fa72c8c83b89400f /src/components/Settings
parent53f053d2f201b144267d979add730839a2da0ed5 (diff)
l10n: remove the quotation marks
Fix #1851.
Diffstat (limited to 'src/components/Settings')
-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 18c49fbe..bab3adad 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} addressbook`, { addressbookName: option.displayName }) }}
</template>
</Multiselect>
</section>