1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

updates vault owner badge A11y description

This commit is contained in:
Jackson Engstrom
2026-01-13 15:21:14 -08:00
parent 149b3578b4
commit 54d3f4c1f5
2 changed files with 10 additions and 1 deletions

View File

@@ -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"

View File

@@ -12624,6 +12624,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"
}