From f12e8ed583f8429dcc93dfeba91c4750de085e4c Mon Sep 17 00:00:00 2001
From: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com>
Date: Fri, 28 Feb 2025 10:44:48 -0500
Subject: [PATCH] feat(ExtensionCurrentAccountComponent): [Auth/PM-12766]
adjust screen reader text per ticket (#13541)
---
apps/browser/src/_locales/en/messages.json | 3 +++
.../popup/account-switching/current-account.component.html | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json
index 0c25288fb9a..4f19b4d880f 100644
--- a/apps/browser/src/_locales/en/messages.json
+++ b/apps/browser/src/_locales/en/messages.json
@@ -4077,6 +4077,9 @@
"activeAccount": {
"message": "Active account"
},
+ "bitwardenAccount": {
+ "message": "Bitwarden account"
+ },
"availableAccounts": {
"message": "Available accounts"
},
diff --git a/apps/browser/src/auth/popup/account-switching/current-account.component.html b/apps/browser/src/auth/popup/account-switching/current-account.component.html
index dacf4b34be5..f59a2b08fdd 100644
--- a/apps/browser/src/auth/popup/account-switching/current-account.component.html
+++ b/apps/browser/src/auth/popup/account-switching/current-account.component.html
@@ -5,8 +5,7 @@
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1"
(click)="currentAccountClicked()"
>
- {{ "switchAccounts" | i18n }}:
- {{ "activeAccount" | i18n }} {{ currentAccount.email }}
+ {{ "bitwardenAccount" | i18n }} {{ currentAccount.email }}