Label update for bill export IO-626
This commit is contained in:
@@ -97,11 +97,11 @@ export function PayableExportButton({
|
|||||||
});
|
});
|
||||||
if (!!!billUpdateResponse.errors) {
|
if (!!!billUpdateResponse.errors) {
|
||||||
notification["success"]({
|
notification["success"]({
|
||||||
message: t("jobs.successes.exported"),
|
message: t("bills.successes.exported"),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
notification["error"]({
|
notification["error"]({
|
||||||
message: t("jobs.errors.exporting", {
|
message: t("bills.errors.exporting", {
|
||||||
error: JSON.stringify(billUpdateResponse.error),
|
error: JSON.stringify(billUpdateResponse.error),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user