1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

fix archive toast

This commit is contained in:
jaasen-livefront
2026-01-26 14:02:57 -08:00
parent 36b648f5d7
commit 8121602b7e

View File

@@ -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({