mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Make view note header "note" lowercase.
This commit is contained in:
@@ -93,7 +93,7 @@ export class ViewV2Component {
|
|||||||
case CipherType.Identity:
|
case CipherType.Identity:
|
||||||
return this.i18nService.t("viewItemHeader", this.i18nService.t("typeIdentity"));
|
return this.i18nService.t("viewItemHeader", this.i18nService.t("typeIdentity"));
|
||||||
case CipherType.SecureNote:
|
case CipherType.SecureNote:
|
||||||
return this.i18nService.t("viewItemHeader", this.i18nService.t("note"));
|
return this.i18nService.t("viewItemHeader", this.i18nService.t("note").toLowerCase());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user