1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 07:23:45 +00:00

[PM-31240[ - [Defect] Toast message archiving an item in Edit/View item modal is in plural form (#18578)

* fix archive toast

* fix bulk share in vault

* Revert "fix bulk share in vault"

This reverts commit dfb309c8c5.
This commit is contained in:
Jordan Aasen
2026-02-02 13:23:13 -08:00
committed by GitHub
parent a048827c0e
commit 50b8dde031

View File

@@ -593,7 +593,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({