1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Fix copy labels and toasts for ssh key items in web and browser (#16154)

This commit is contained in:
neuronull
2025-08-28 10:42:29 -06:00
committed by GitHub
parent 3202b56614
commit 2fe9f4b138
2 changed files with 15 additions and 3 deletions

View File

@@ -867,6 +867,15 @@
"copyLicenseNumber": {
"message": "Copy license number"
},
"copyPrivateKey": {
"message": "Copy private key"
},
"copyPublicKey": {
"message": "Copy public key"
},
"copyFingerprint": {
"message": "Copy fingerprint"
},
"copyName": {
"message": "Copy name"
},