1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

[PM-31670] replace bulk archive toast message (#18877)

This commit is contained in:
Jason Ng
2026-02-11 09:47:48 -05:00
committed by GitHub
parent 428a96902c
commit 04b17816d7
2 changed files with 2 additions and 5 deletions

View File

@@ -777,7 +777,7 @@ export class VaultComponent<C extends CipherViewLike> implements OnInit, OnDestr
await this.cipherArchiveService.archiveWithServer(cipherIds as CipherId[], activeUserId);
this.toastService.showToast({
variant: "success",
message: this.i18nService.t("itemsWereSentToArchive"),
message: this.i18nService.t("bulkArchiveItems"),
});
this.refresh();
} catch (e) {

View File

@@ -11899,9 +11899,6 @@
"itemWasSentToArchive": {
"message": "Item was sent to archive"
},
"itemsWereSentToArchive": {
"message": "Items were sent to archive"
},
"itemWasUnarchived": {
"message": "Item was unarchived"
},
@@ -12903,7 +12900,7 @@
"message": "Prices exclude tax and are billed annually."
},
"invoicePreviewErrorMessage": {
"message": "Encountered an error while generating the invoice preview."
"message": "Encountered an error while generating the invoice preview."
},
"planProratedMembershipInMonths": {
"message": "Prorated $PLAN$ membership ($NUMOFMONTHS$)",