mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
update aria label of the character count toggle (#10915)
This commit is contained in:
@@ -51,10 +51,10 @@
|
||||
bitSuffix
|
||||
type="button"
|
||||
data-testid="toggle-password-count"
|
||||
[appA11yTitle]="'toggleCharacterCount' | i18n"
|
||||
[appA11yTitle]="(showPasswordCount ? 'hideCharacterCount' : 'showCharacterCount') | i18n"
|
||||
[attr.aria-expanded]="showPasswordCount"
|
||||
appStopClick
|
||||
(click)="togglePasswordCount()"
|
||||
[attr.aria-label]="'additionalContentAvailable' | i18n"
|
||||
></button>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword"
|
||||
|
||||
Reference in New Issue
Block a user