Update labels.

This commit is contained in:
Patrick Fic
2023-05-26 11:18:59 -07:00
parent c15e69f079
commit 094160ebf3
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>
);
};