diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index fa42c4d3c..1d18bd152 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -2543,6 +2543,27 @@ + + reexport + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + diff --git a/client/src/components/bill-reexport-button/bill-reexport-button.component.jsx b/client/src/components/bill-reexport-button/bill-reexport-button.component.jsx index 9dda9d70d..8ed0f3724 100644 --- a/client/src/components/bill-reexport-button/bill-reexport-button.component.jsx +++ b/client/src/components/bill-reexport-button/bill-reexport-button.component.jsx @@ -47,7 +47,9 @@ export function BillMarkForReexportButton({ bodyshop, authLevel, bill }) { }); if (!result.errors) { - notification["success"]({ message: t("bills.successes.save") }); + notification["success"]({ + message: t("bills.successes.reexport"), + }); } else { notification["error"]({ message: t("bills.errors.saving", { diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 265996451..87b2c0a25 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -165,7 +165,8 @@ "successes": { "created": "Invoice added successfully.", "deleted": "Bill deleted successfully.", - "exported": "Bill(s) exported successfully." + "exported": "Bill(s) exported successfully.", + "reexport": "Bill marked for re-export." }, "validation": { "manualinhouse": "Manual posting to the in house vendor is restricted. ", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index b19760d90..90d2d814e 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -165,7 +165,8 @@ "successes": { "created": "", "deleted": "", - "exported": "" + "exported": "", + "reexport": "" }, "validation": { "manualinhouse": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 16beeb252..1a39dcd12 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -165,7 +165,8 @@ "successes": { "created": "", "deleted": "", - "exported": "" + "exported": "", + "reexport": "" }, "validation": { "manualinhouse": "",