summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-12-05 20:20:55 +0100
committerGitHub <noreply@github.com>2020-12-05 20:20:55 +0100
commit04c79650b06773cb840ba4cc8836f7915037bb87 (patch)
tree4130f4164f2165a622dc4288e3fcb75b561f3cdd /src
parent22dc0c820ae216885af284d34e4731dafc252a19 (diff)
Change to the name of the app
It should refer to the application name "Files".
Diffstat (limited to 'src')
-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 5a43ac08..9d6208d6 100644
--- a/src/components/ContactDetails/ContactDetailsAvatar.vue
+++ b/src/components/ContactDetails/ContactDetailsAvatar.vue
@@ -60,7 +60,7 @@
<ActionButton
icon="icon-folder"
@click="selectFilePicker">
- {{ t('contacts', 'Choose from files') }}
+ {{ t('contacts', 'Choose from Files') }}
</ActionButton>
<ActionButton
v-for="network in supportedSocial"