[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
},