From fff129e913cea4c5a519a283297ed477c9c845ad Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 14 Feb 2025 13:48:04 +0100 Subject: [PATCH] fix: refs #8247 allow password change for users themselves in AccountDescriptorMenu --- src/pages/Account/Card/AccountDescriptorMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Account/Card/AccountDescriptorMenu.vue b/src/pages/Account/Card/AccountDescriptorMenu.vue index 9e573b1bd..961323d3a 100644 --- a/src/pages/Account/Card/AccountDescriptorMenu.vue +++ b/src/pages/Account/Card/AccountDescriptorMenu.vue @@ -161,7 +161,7 @@ onMounted(() => { > {{ t('globals.delete') }} - + {{ isHimself ? t('globals.changePass') : t('globals.setPass') }}