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:
@@ -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) {
|
||||
|
||||
@@ -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$)",
|
||||
|
||||
Reference in New Issue
Block a user