1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

feat(ExtensionCurrentAccountComponent): [Auth/PM-12766] adjust screen reader text per ticket (#13541)

This commit is contained in:
Jared Snider
2025-02-28 10:44:48 -05:00
committed by GitHub
parent a4ff5436bf
commit f12e8ed583
2 changed files with 4 additions and 2 deletions

View File

@@ -4077,6 +4077,9 @@
"activeAccount": {
"message": "Active account"
},
"bitwardenAccount": {
"message": "Bitwarden account"
},
"availableAccounts": {
"message": "Available accounts"
},

View File

@@ -5,8 +5,7 @@
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1"
(click)="currentAccountClicked()"
>
<span class="tw-sr-only">{{ "switchAccounts" | i18n }}:</span>
<span class="tw-sr-only"> {{ "activeAccount" | i18n }} {{ currentAccount.email }}</span>
<span class="tw-sr-only"> {{ "bitwardenAccount" | i18n }} {{ currentAccount.email }}</span>
<bit-avatar
[id]="currentAccount.id"
[text]="currentAccount.name"