merchant-backoffice

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

commit 62f0b138ce1f2e150ff05beddd88ee18864b9511
parent 0b706bee64681f029fda3768962d9e4e982c6b2b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 May 2021 09:22:12 -0400

fix typo: s/doest/does/ (two instances)

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

diff --git a/packages/frontend/src/paths/admin/create/CreatePage.tsx b/packages/frontend/src/paths/admin/create/CreatePage.tsx @@ -108,9 +108,9 @@ 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 doest not overridden it`} /> + <InputDuration<Entity> name="default_pay_delay" label={i18n`Default pay delay`} tooltip={i18n`max time to pay if the order does not overridden 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 doest not overridden 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 overridden it`} /> </FormProvider>