mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #33163 from nextcloud/enh/a11y-account-property-labels
This commit is contained in:
commit
48ece9f345
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