Skip to content

Commit

Permalink
Add missing keys for ssh fields to web/en/messages.json (#13047)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel James Smith <[email protected]>
  • Loading branch information
djsmith85 and djsmith85 authored Jan 24, 2025
1 parent 4cbace9 commit bd0607b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/web/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9833,6 +9833,15 @@
"sshKeyAlgorithm": {
"message": "Key algorithm"
},
"sshPrivateKey": {
"message": "Private key"
},
"sshPublicKey": {
"message": "Public key"
},
"sshFingerprint": {
"message": "Fingerprint"
},
"sshKeyFingerprint": {
"message": "Fingerprint"
},
Expand Down

0 comments on commit bd0607b

Please sign in to comment.