summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-02-05 05:22:03 +0100
committerGitHub <noreply@github.com>2020-02-05 05:22:03 +0100
commit4edccee3ff06cc12141b0c735f934ed98d6b2006 (patch)
tree22c88bbfc0270f6151aa92680adf86ef74a05dd6 /src/components
parentc52b86bba6734752300da26b5136f9ed14b18956 (diff)
l10n: Changed spelling
Reported at Transifex. See https://en.wikipedia.org/wiki/VCard Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'src/components')
-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 f0b6f04c..809c2185 100644
--- a/src/components/Settings/SettingsImportContacts.vue
+++ b/src/components/Settings/SettingsImportContacts.vue
@@ -92,7 +92,7 @@ import axios from 'axios'
const CancelToken = axios.CancelToken
-const picker = getFilePickerBuilder(t('contacts', 'Choose a vcard file to import'))
+const picker = getFilePickerBuilder(t('contacts', 'Choose a vCard file to import'))
.setMultiSelect(false)
.setModal(true)
.setType(1)