summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-25 10:32:59 +0200
committerGitHub <noreply@github.com>2021-06-25 10:32:59 +0200
commit2ae6c6572b34818ef344dd358de29e28764683f3 (patch)
tree1653ea6f96e3d31bff8b39de5f2474a5814004b9
parent036b9658dbdd0c42d3355ad34d85af63d3995393 (diff)
l10n: Change to a capital letter
This is the name of the application. Spelling unification in Transifex.
-rw-r--r--src/components/ContactDetails/ContactDetailsAvatar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails/ContactDetailsAvatar.vue b/src/components/ContactDetails/ContactDetailsAvatar.vue
index abc7d64e..cfa5576c 100644
--- a/src/components/ContactDetails/ContactDetailsAvatar.vue
+++ b/src/components/ContactDetails/ContactDetailsAvatar.vue
@@ -106,7 +106,7 @@
<ActionButton
icon="icon-folder"
@click="selectFilePicker">
- {{ t('contacts', 'Choose from files') }}
+ {{ t('contacts', 'Choose from Files') }}
</ActionButton>
<ActionButton
v-for="network in supportedSocial"