From 280732d7a1afc46c4ceb5883c62e1afeca3e50c1 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 22 Dec 2024 00:05:50 +0000 Subject: [PATCH] Add explicit `aria-label` to "Excluded domains" input Closes https://github.com/bitwarden/clients/issues/12535 --- .../src/autofill/popup/settings/excluded-domains.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html index e3b6bf5f802..85e061b9105 100644 --- a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html +++ b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html @@ -36,6 +36,7 @@

{{ "domainsTitle" | i18n }}

type="text" (change)="fieldChange()" [(ngModel)]="excludedDomainsState[i]" + [attr.aria-label]="'websiteItemLabel' | i18n: i + 1" />
{{ domain }}