merchant-backoffice

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

commit 9dbaa71413f8520324c8a4ab4f52dd21b5eff834
parent f698a88bddd7967ca523a2e42bb367ee260577ad
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 25 May 2021 04:26:01 -0400

diction: s/pay/payment/

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

diff --git a/packages/frontend/src/paths/admin/create/CreatePage.tsx b/packages/frontend/src/paths/admin/create/CreatePage.tsx @@ -108,7 +108,7 @@ export function CreatePage({ onCreate, onBack, forceId }: Props): VNode { <InputLocation name="jurisdiction" /> </InputGroup> - <InputDuration<Entity> name="default_pay_delay" label={i18n`Default pay delay`} tooltip={i18n`max time to pay if the order does not override it`} /> + <InputDuration<Entity> name="default_pay_delay" label={i18n`Default payment delay`} tooltip={i18n`max time to pay if the order does not override it`} /> <InputDuration<Entity> name="default_wire_transfer_delay" label={i18n`Default wire transfer delay`} tooltip={i18n`min time to wait the transfer if the merchant does not override it`} />