merchant-backoffice

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

commit af7f172c315400b9f7ec6f07f7cbafebc4c8596c
parent 91d8382eafb8096302f25bf9e1a6bf839276a9ad
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 May 2021 09:13:36 -0400

diction: s/is going to be delivered/delivery required/

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 @@ -295,7 +295,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode { <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.delivery_date" label={i18n`Delivery date`} tooltip={i18n`when the order will be delivered, if is going to be delivered`} /> + <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`} > <InputLocation name="payments.delivery_location" /> </InputGroup>}