mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
[PM-11131] Screen Reader Announcements for Copy (#11091)
* add copy specific aria-labels for login ciphers * add copy specific aria-labels for card ciphers * add copy translations for identity to web translations
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
[appCopyClick]="field.value"
|
||||
showToast
|
||||
[valueLabel]="field.name"
|
||||
[appA11yTitle]="'copyValue' | i18n"
|
||||
[appA11yTitle]="'copyCustomField' | i18n: field.name"
|
||||
data-testid="copy-custom-field"
|
||||
></button>
|
||||
</bit-form-field>
|
||||
@@ -40,7 +40,7 @@
|
||||
[appCopyClick]="field.value"
|
||||
showToast
|
||||
[valueLabel]="field.name"
|
||||
[appA11yTitle]="'copyValue' | i18n"
|
||||
[appA11yTitle]="'copyCustomField' | i18n: field.name"
|
||||
(click)="logCopyEvent()"
|
||||
></button>
|
||||
</bit-form-field>
|
||||
|
||||
Reference in New Issue
Block a user