merchant-backoffice

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

commit 4ea3e269fbc0ccdd16ea50fab999ba5f085f3b70
parent 3419f9ba309b48df02910f0fb9ad3ebb0e9b6ec4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 26 May 2021 01:46:04 -0400

s/Pay/Payment/

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

diff --git a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx @@ -293,7 +293,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode { <InputGroup name="payments" label={i18n`Payment options`} tooltip={i18n`override default payment configuration for this order`}> <InputDate name="payments.auto_refund_deadline" label={i18n`Auto-refund deadline`} tooltip={i18n`time until the order will be refunded automatically`} /> <InputDate name="payments.refund_deadline" label={i18n`Refund deadline`} tooltip={i18n`time until the order can be refunded`} /> - <InputDate name="payments.pay_deadline" label={i18n`Pay deadline`} tooltip={i18n`time until the order can be paid`} /> + <InputDate name="payments.pay_deadline" label={i18n`Payment deadline`} tooltip={i18n`time until the order can be paid`} /> <InputDate name="payments.delivery_date" label={i18n`Delivery date`} tooltip={i18n`when the order will be delivered, if delivery required`} /> {value.payments.delivery_date && <InputGroup name="payments.delivery_location" label={i18n`Location`} tooltip={i18n`where the order will be delivered`} >