[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 dfb309c8c5445d9a45f6f089e6f304cc0ad21d14.
This commit is contained in:
Jordan Aasen 2026-02-02 13:23:13 -08:00 committed by GitHub
parent a048827c0e
commit 50b8dde031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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