summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-02-05 08:16:00 +0100
committerGitHub <noreply@github.com>2020-02-05 08:16:00 +0100
commitcc2b5c29305cc4770964f4ed15be719dce14ee2a (patch)
tree22c88bbfc0270f6151aa92680adf86ef74a05dd6
parentc52b86bba6734752300da26b5136f9ed14b18956 (diff)
parent4edccee3ff06cc12141b0c735f934ed98d6b2006 (diff)
Merge pull request #1463 from nextcloud/rakekniven-patch-1
l10n: Changed spelling
-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)