mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Fixed incorrect toast messages on favorite (#17238)
This commit is contained in:
@@ -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",
|
||||
),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user