mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Fix missing title for ssh key dialog (#12317)
This commit is contained in:
@@ -428,6 +428,9 @@ export class VaultItemDialogComponent implements OnInit, OnDestroy {
|
||||
case CipherType.SecureNote:
|
||||
this.title = this.i18nService.t(partOne, this.i18nService.t("note").toLowerCase());
|
||||
break;
|
||||
case CipherType.SshKey:
|
||||
this.title = this.i18nService.t(partOne, this.i18nService.t("typeSshKey").toLowerCase());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user