aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-10-18 19:48:43 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-20 20:31:57 +0200
commit73e675d1456b04fa8bb0ef5e4c469b7952016f9f (patch)
treef73efa8e1f2b42319883b31f309a66bbb48bc851 /apps/settings
parentf214a7e3327eb967b8eb666bac464665f8895b82 (diff)
downloadnextcloud-server-73e675d1456b04fa8bb0ef5e4c469b7952016f9f.tar.gz
nextcloud-server-73e675d1456b04fa8bb0ef5e4c469b7952016f9f.zip
fix(settings): typo in avatar prop
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/src/components/PersonalInfo/AvatarSection.vue2
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 36d8026d75a..9c56fe277af 100644
--- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue
+++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
@@ -35,7 +35,7 @@
:key="version"
:user="userId"
:aria-label="t('settings', 'Your profile picture')"
- :disabled-tooltip="true"
+ :disable-tooltip="true"
:show-user-status="false"
:size="180" />
<div v-else class="icon-loading" />