mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 01:23:24 +00:00
fix archive toast
This commit is contained in:
@@ -595,7 +595,7 @@ export class VaultItemDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
this.toastService.showToast({
|
||||
variant: "success",
|
||||
message: this.i18nService.t("itemsWereSentToArchive"),
|
||||
message: this.i18nService.t("itemWasSentToArchive"),
|
||||
});
|
||||
} catch {
|
||||
this.toastService.showToast({
|
||||
|
||||
Reference in New Issue
Block a user