merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 9227e08800df74b50369102088b8cae089859a4f
parent bceb0d5fc238b35ee84bafb563dd88e5ad6c2613
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 25 May 2021 04:24:06 -0400

diction: s/Pay/Payment/

Diffstat:
Mpackages/frontend/src/paths/instance/orders/details/DetailPage.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx b/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx @@ -322,7 +322,7 @@ function PaidPage({ id, order, onRefund }: { id: string; order: MerchantBackend. <Input<CT> readonly name="wire_fee_amortization" label={i18n`Wire fee amortization`} tooltip={i18n`over how many customer transactions does the merchant expect to amortize wire fees on average`} /> <InputDate<CT> readonly name="timestamp" label={i18n`Created at`} tooltip={i18n`time when this contract was generated`} /> <InputDate<CT> readonly name="refund_deadline" label={i18n`Refund deadline`} tooltip={i18n`after this deadline has passed no refunds will be accepted`} /> - <InputDate<CT> readonly name="pay_deadline" label={i18n`Pay deadline`} tooltip={i18n`after this deadline, the merchant won't accept payments for the contract`} /> + <InputDate<CT> readonly name="pay_deadline" label={i18n`Payment deadline`} tooltip={i18n`after this deadline, the merchant won't accept payments for the contract`} /> <InputDate<CT> readonly name="wire_transfer_deadline" label={i18n`Wire transfer deadline`} tooltip={i18n`transfer deadline for the exchange`} /> <InputDate<CT> readonly name="delivery_date" label={i18n`Delivery date`} tooltip={i18n`time indicating when the order should be delivered`} /> {value.contract_terms.delivery_date &&