summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-25 10:38:39 +0200
committerGitHub <noreply@github.com>2021-06-25 10:38:39 +0200
commit2e1370ad7d5eea1657ed21c41446210ead75ea42 (patch)
tree69342d1d66b32ada2dd76b0e32aa816107115cb1
parent0041bcd1ecb33a09fdb47d23d847025acb444661 (diff)
l10n: Change to a capital letter
This is the name of the application. Spelling unification in Transifex.
-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 4d6d309d..b9481b17 100644
--- a/src/components/AppNavigation/Settings/SettingsImportContacts.vue
+++ b/src/components/AppNavigation/Settings/SettingsImportContacts.vue
@@ -69,7 +69,7 @@
class="button primary import-contact__button import-contact__button--files"
@click="openPicker">
<span class="import-contact__button-icon icon-folder-white" />
- {{ t('contacts', 'Import from files') }}
+ {{ t('contacts', 'Import from Files') }}
</button>
</section>
</Modal>