Merged in feature/IO-2298-payment-export (pull request #814)

Update labels.
This commit is contained in:
Patrick Fic
2023-05-26 18:22:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ const PaymentMarkForExportButton = ({
loading={exportLogLoading || updatePaymentLoading}
disabled={!!payment.exportedat}
>
{t("payments.labels.markforexport")}
{t("payments.labels.markexported")}
</Button>
);
};

View File

@@ -2218,7 +2218,7 @@
"signup": "Please contact support to sign up for electronic payments.",
"title": "Payments",
"totalpayments": "Total Payments",
"markforexport": "Mark for Export",
"markexported": "Mark Exported",
"markforreexport": "Mark for Re-export"
},
"successes": {