commit 94953d1bab47d45c7d56923a024a98c96af30e18 parent 7ffbb57c5cea5e92eb0cf754fb2717424b3dc26a Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 24 May 2021 09:25:03 -0400 change two instances of ‘overridden’ back to ‘override’ Diffstat:
| M | packages/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 does 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 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 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 override it`} /> </FormProvider>