diff --git a/client/src/components/payment-mark-export-button/payment-mark-export-button-component.jsx b/client/src/components/payment-mark-export-button/payment-mark-export-button-component.jsx index a5e77d1d3..be6c80356 100644 --- a/client/src/components/payment-mark-export-button/payment-mark-export-button-component.jsx +++ b/client/src/components/payment-mark-export-button/payment-mark-export-button-component.jsx @@ -89,7 +89,7 @@ const PaymentMarkForExportButton = ({ loading={exportLogLoading || updatePaymentLoading} disabled={!!payment.exportedat} > - {t("payments.labels.markforexport")} + {t("payments.labels.markexported")} ); }; diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index d11936f83..21983e70f 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -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": {