mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Fix title missing in ssh-key edit/view in web (#12081)
This commit is contained in:
@@ -184,6 +184,8 @@ export class ViewComponent implements OnInit {
|
|||||||
return this.i18nService.t("viewItemType", this.i18nService.t("typeCard").toLowerCase());
|
return this.i18nService.t("viewItemType", this.i18nService.t("typeCard").toLowerCase());
|
||||||
case CipherType.Identity:
|
case CipherType.Identity:
|
||||||
return this.i18nService.t("viewItemType", this.i18nService.t("typeIdentity").toLowerCase());
|
return this.i18nService.t("viewItemType", this.i18nService.t("typeIdentity").toLowerCase());
|
||||||
|
case CipherType.SshKey:
|
||||||
|
return this.i18nService.t("viewItemType", this.i18nService.t("typeSshKey").toLowerCase());
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user