mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Add current scope to scope actions label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
9d3b98ba21
commit
ad0f2db292
3 changed files with 8 additions and 4 deletions
|
|
@ -102,7 +102,11 @@ export default {
|
|||
|
||||
computed: {
|
||||
ariaLabel() {
|
||||
return t('settings', 'Change scope level of {accountProperty}', { accountProperty: this.accountPropertyLowerCase })
|
||||
return t('settings', 'Change scope level of {accountProperty}, current scope is {scope}', { accountProperty: this.accountPropertyLowerCase, scope: this.scopeDisplayNameLowerCase })
|
||||
},
|
||||
|
||||
scopeDisplayNameLowerCase() {
|
||||
return SCOPE_PROPERTY_ENUM[this.scope].displayName.toLocaleLowerCase()
|
||||
},
|
||||
|
||||
scopeIcon() {
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue