diff options
author | Simon L <szaimen@e.mail.de> | 2023-03-23 17:22:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 17:22:12 +0100 |
commit | 1d4ff2cf10596e31554ebfbd47997894b37ef130 (patch) | |
tree | b3dac8dddfc9b5bae08f7e429171bb7ab693190a /apps/settings | |
parent | 825f847ef12c17621697c02349396261a33d43f5 (diff) | |
parent | 4afac3879d235c9abfbc244e8c4357063a66e99d (diff) | |
download | nextcloud-server-1d4ff2cf10596e31554ebfbd47997894b37ef130.tar.gz nextcloud-server-1d4ff2cf10596e31554ebfbd47997894b37ef130.zip |
Merge pull request #37265 from nextcloud/enh/33892/new-attempt
l10n: Spelling unification
Diffstat (limited to 'apps/settings')
-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" /> |