1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00: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

View File

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