Label update for bill export IO-626

This commit is contained in:
Patrick Fic
2021-02-16 10:33:27 -08:00
parent 32a370c3cd
commit d806477360

View File

@@ -97,11 +97,11 @@ export function PayableExportButton({
});
if (!!!billUpdateResponse.errors) {
notification["success"]({
message: t("jobs.successes.exported"),
message: t("bills.successes.exported"),
});
} else {
notification["error"]({
message: t("jobs.errors.exporting", {
message: t("bills.errors.exporting", {
error: JSON.stringify(billUpdateResponse.error),
}),
});