Skip to content

Commit b724e2f

Browse files
Yoda-BZHTristan Charbonneau
andauthored
typo: SSH, not SHH, fix #617 (#618)
Co-authored-by: Tristan Charbonneau <[email protected]>
1 parent dfa155f commit b724e2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/i18n/en/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ const en: BaseTranslation = {
729729
changePassword: 'Change password',
730730
edit: 'Edit account',
731731
addYubikey: 'Add YubiKey',
732-
addSSH: 'Add SHH Key',
732+
addSSH: 'Add SSH Key',
733733
addGPG: 'Add GPG Key',
734734
delete: 'Delete account',
735735
startEnrollment: 'Start enrollment',

web/src/i18n/i18n-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5485,7 +5485,7 @@ export type TranslationFunctions = {
54855485
*/
54865486
addYubikey: () => LocalizedString
54875487
/**
5488-
* Add SHH Key
5488+
* Add SSH Key
54895489
*/
54905490
addSSH: () => LocalizedString
54915491
/**

0 commit comments

Comments
 (0)