diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-04 15:37:55 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-03-23 15:01:45 +0100 |
commit | 47a989e15f3fe469a6e5c7eb40a66636fd2f2abf (patch) | |
tree | d8bbd9675e3feffa4a4d0750679b79e7c610057c | |
parent | 9ff265f6496127dde03f6d6ff36e975b186149ae (diff) | |
download | nextcloud-server-47a989e15f3fe469a6e5c7eb40a66636fd2f2abf.tar.gz nextcloud-server-47a989e15f3fe469a6e5c7eb40a66636fd2f2abf.zip |
l10n: Change name of app to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
-rw-r--r-- | apps/settings/src/components/PersonalInfo/AvatarSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index 3b27d8e2b3c..e9d59d72f9c 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -46,7 +46,7 @@ <Upload :size="20" /> </template> </NcButton> - <NcButton :aria-label="t('settings', 'Choose profile picture from files')" + <NcButton :aria-label="t('settings', 'Choose profile picture from Files')" @click="openFilePicker"> <template #icon> <Folder :size="20" /> |