mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Fixed incorrect toast messages on favorite (#17238)
This commit is contained in:
@@ -291,7 +291,7 @@ export class ItemMoreOptionsComponent {
|
|||||||
this.toastService.showToast({
|
this.toastService.showToast({
|
||||||
variant: "success",
|
variant: "success",
|
||||||
message: this.i18nService.t(
|
message: this.i18nService.t(
|
||||||
this.cipher.favorite ? "itemAddedToFavorites" : "itemRemovedFromFavorites",
|
cipher.favorite ? "itemAddedToFavorites" : "itemRemovedFromFavorites",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user