1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

use note instead of secure note

This commit is contained in:
jaasen-livefront
2025-03-05 11:16:35 -08:00
parent 18a5844c3e
commit b0c4898e05

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