mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
Fixed incorrect toast messages on favorite (#17238)
This commit is contained in:
parent
b13f1e6dcf
commit
aabee1b827
@ -291,7 +291,7 @@ export class ItemMoreOptionsComponent {
|
||||
this.toastService.showToast({
|
||||
variant: "success",
|
||||
message: this.i18nService.t(
|
||||
this.cipher.favorite ? "itemAddedToFavorites" : "itemRemovedFromFavorites",
|
||||
cipher.favorite ? "itemAddedToFavorites" : "itemRemovedFromFavorites",
|
||||
),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user