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" >