mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
feat(ExtensionCurrentAccountComponent): [Auth/PM-12766] adjust screen reader text per ticket (#13541)
This commit is contained in:
@@ -4077,6 +4077,9 @@
|
|||||||
"activeAccount": {
|
"activeAccount": {
|
||||||
"message": "Active account"
|
"message": "Active account"
|
||||||
},
|
},
|
||||||
|
"bitwardenAccount": {
|
||||||
|
"message": "Bitwarden account"
|
||||||
|
},
|
||||||
"availableAccounts": {
|
"availableAccounts": {
|
||||||
"message": "Available accounts"
|
"message": "Available accounts"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1"
|
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1"
|
||||||
(click)="currentAccountClicked()"
|
(click)="currentAccountClicked()"
|
||||||
>
|
>
|
||||||
<span class="tw-sr-only">{{ "switchAccounts" | i18n }}:</span>
|
<span class="tw-sr-only"> {{ "bitwardenAccount" | i18n }} {{ currentAccount.email }}</span>
|
||||||
<span class="tw-sr-only"> {{ "activeAccount" | i18n }} {{ currentAccount.email }}</span>
|
|
||||||
<bit-avatar
|
<bit-avatar
|
||||||
[id]="currentAccount.id"
|
[id]="currentAccount.id"
|
||||||
[text]="currentAccount.name"
|
[text]="currentAccount.name"
|
||||||
|
|||||||
Reference in New Issue
Block a user