commit 051550d5f257b198f658bd4efd31bf363da3cbc7
parent 9b6df0b1251c5ada4a2c9b525312d794e1cabdc4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 26 May 2021 01:45:18 -0400
s/Payments/Payment/
Diffstat:
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
@@ -290,7 +290,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode {
<Input name="pricing.summary" inputType="multiline" label={i18n`Summary`} tooltip={i18n`description of what is being sold`} />
- <InputGroup name="payments" label={i18n`Payments options`} tooltip={i18n`override default payment configuration for this order`}>
+ <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`} />