1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-12726] - [Defect] [Web] "Secure Note" shows in item filters instead of "Note" (#13707)

* use note instead of secure note

* allow item history to be selectable

* Revert "allow item history to be selectable"

This reverts commit 7144a210b5.
This commit is contained in:
Jordan Aasen
2025-03-10 11:04:53 -07:00
committed by GitHub
parent a30a6ee7fb
commit cda1cdb109

View File

@@ -243,7 +243,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
},
{
id: "note",
name: this.i18nService.t("typeSecureNote"),
name: this.i18nService.t("note"),
type: CipherType.SecureNote,
icon: "bwi-sticky-note",
},