Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add current scope to scope actions label
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Jul 7, 2022
commit ad0f2db2920f0fd46b8df0aec60ce2da09017a9d
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.