merchant-backoffice

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

commit 4ff83f3120bfb3094c74658fedf017d77e88efe2
parent f8055fd4c718682adda9b1e22c166f5154ae1198
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 May 2021 09:11:04 -0400

grammar: s/being sell/being sold/

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 @@ -288,7 +288,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode { <InputCurrency name="pricing.order_price" label={i18n`Order price`} tooltip={i18n`final order price`} /> } - <Input name="pricing.summary" inputType="multiline" label={i18n`Summary`} tooltip={i18n`description of what is being sell`} /> + <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`}> <InputDate name="payments.auto_refund_deadline" label={i18n`Auto refund deadline`} tooltip={i18n`time until the order will be refunded automatically`} />