1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +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:
Nick Krantz
2024-09-17 13:23:15 -05:00
committed by GitHub
parent a42006763d
commit d68853a4a2
7 changed files with 63 additions and 9 deletions

View File

@@ -128,6 +128,21 @@
"copyLicenseNumber": {
"message": "Copy license number"
},
"copyCustomField": {
"message": "Copy $FIELD$",
"placeholders": {
"field": {
"content": "$1",
"example": "Custom field label"
}
}
},
"copyWebsite": {
"message": "Copy website"
},
"copyNotes": {
"message": "Copy notes"
},
"autoFill": {
"message": "Autofill"
},