1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-01 03:31:15 +01:00

Add missing keys for ssh fields to web/en/messages.json (#13047)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2025-01-24 11:57:34 +01:00 committed by GitHub
parent 4cbace900f
commit bd0607ba8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9833,6 +9833,15 @@
"sshKeyAlgorithm": {
"message": "Key algorithm"
},
"sshPrivateKey": {
"message": "Private key"
},
"sshPublicKey": {
"message": "Public key"
},
"sshFingerprint": {
"message": "Fingerprint"
},
"sshKeyFingerprint": {
"message": "Fingerprint"
},