1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[PM-13776] Generator Icon Button labels (#11623)

* update aria labels for generate and copy buttons within the generator components

- Using the `appA11yTitle` across all icon buttons
- Updated all labels to be targeted towards the credential type rather than just "password"

* add copy/generate passphrase translations to desktop

* add fixme comments for translations

* remove reference to JIRA ticket
This commit is contained in:
Nick Krantz
2024-10-23 10:23:51 -05:00
committed by GitHub
parent dfa7509c8e
commit c4fcd53ad2
8 changed files with 117 additions and 18 deletions

View File

@@ -259,6 +259,9 @@
"generatePassword": {
"message": "Generate password"
},
"generatePassphrase": {
"message": "Generate passphrase"
},
"type": {
"message": "Type"
},
@@ -394,6 +397,10 @@
"copyPassword": {
"message": "Copy password"
},
"copyPassphrase": {
"message": "Copy passphrase",
"description": "Copy passphrase to clipboard"
},
"copyUri": {
"message": "Copy URI"
},