mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 03:03:26 +00:00
[PM-24187] Improve labeling of owner filter in vault table
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[disabled]="disabled"
|
||||
[style.color]="textColor"
|
||||
[style.background-color]="color"
|
||||
appA11yTitle="{{ organizationName }}"
|
||||
appA11yTitle="{{ 'ownerBadgeA11yDescription' | i18n: name }}"
|
||||
routerLink
|
||||
[queryParams]="{ organizationId: organizationIdLink }"
|
||||
queryParamsHandling="merge"
|
||||
|
||||
@@ -12742,6 +12742,15 @@
|
||||
"whenYouRemoveStorage": {
|
||||
"message": "When you remove storage, you will receive a prorated account credit that will automatically go toward your next bill."
|
||||
},
|
||||
"ownerBadgeA11yDescription":{
|
||||
"message": "Owner, $OWNER$, show all items owned by $OWNER$",
|
||||
"placeholders":{
|
||||
"owner": {
|
||||
"content": "$1",
|
||||
"example": "My Org Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"youHavePremium": {
|
||||
"message": "You have Premium"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user