mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Make view note header "note" lowercase.
This commit is contained in:
@@ -93,7 +93,7 @@ export class ViewV2Component {
|
||||
case CipherType.Identity:
|
||||
return this.i18nService.t("viewItemHeader", this.i18nService.t("typeIdentity"));
|
||||
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