From 2d753f2778e96db57583b091de93497a7af8a2b1 Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Thu, 29 Aug 2024 17:44:53 -0400 Subject: [PATCH] PM-11130 add aria labels to pw count and website launch in view v2 (#10776) --- apps/browser/src/_locales/en/messages.json | 3 +++ apps/web/src/locales/en/messages.json | 3 +++ .../autofill-options/autofill-options-view.component.html | 1 + .../login-credentials/login-credentials-view.component.html | 1 + 4 files changed, 8 insertions(+) diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index 6d67047bcb..bc2448d924 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -4293,5 +4293,8 @@ }, "enterprisePolicyRequirementsApplied": { "message": "Enterprise policy requirements have been applied to this setting" + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 6476b70fd0..76d1603657 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -9022,5 +9022,8 @@ "publicApi": { "message": "Public API", "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/libs/vault/src/cipher-view/autofill-options/autofill-options-view.component.html b/libs/vault/src/cipher-view/autofill-options/autofill-options-view.component.html index c3da6c0a95..e17c6a93aa 100644 --- a/libs/vault/src/cipher-view/autofill-options/autofill-options-view.component.html +++ b/libs/vault/src/cipher-view/autofill-options/autofill-options-view.component.html @@ -22,6 +22,7 @@ type="button" (click)="openWebsite(login.launchUri)" data-testid="launch-website" + [attr.aria-label]="('launch' | i18n) + ' ' + login.hostOrUri" >