summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-28 09:46:57 +0100
committerGitHub <noreply@github.com>2020-10-28 09:46:57 +0100
commitd5c693b77c65742360095b9385d6bea4b2713510 (patch)
tree27b039ae3467a9bab98cb11cdb5b8d23020ea9a6 /src
parent54675238bc04234c19ab06d4946f5e3b67f1d685 (diff)
parent510e09c71918423b50170d6eac99d7ad4be09def (diff)
Merge pull request #1895 from nextcloud/Valdnet-patch-3
l10n: Correct text string tag for Settings
Diffstat (limited to 'src')
-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 bab3adad..07cfc8ea 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>