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:
@@ -4077,6 +4077,9 @@
|
||||
"activeAccount": {
|
||||
"message": "Active account"
|
||||
},
|
||||
"bitwardenAccount": {
|
||||
"message": "Bitwarden account"
|
||||
},
|
||||
"availableAccounts": {
|
||||
"message": "Available accounts"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user