Skip to content

Commit

Permalink
typo: SSH, not SHH, fix #617 (#618)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Charbonneau <tristan.charbonneau@clever-cloud.com>
  • Loading branch information
Yoda-BZH and Tristan Charbonneau authored Apr 10, 2024
1 parent dfa155f commit b724e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/i18n/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ const en: BaseTranslation = {
changePassword: 'Change password',
edit: 'Edit account',
addYubikey: 'Add YubiKey',
addSSH: 'Add SHH Key',
addSSH: 'Add SSH Key',
addGPG: 'Add GPG Key',
delete: 'Delete account',
startEnrollment: 'Start enrollment',
Expand Down
2 changes: 1 addition & 1 deletion web/src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5485,7 +5485,7 @@ export type TranslationFunctions = {
*/
addYubikey: () => LocalizedString
/**
* Add SHH Key
* Add SSH Key
*/
addSSH: () => LocalizedString
/**
Expand Down

0 comments on commit b724e2f

Please sign in to comment.