commit bceb0d5fc238b35ee84bafb563dd88e5ad6c2613 parent 44873195f90f3189cc3bdd25f728cfac7278a01d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Tue, 25 May 2021 04:21:22 -0400 fix typo: s/Fullfilment url/Fulfillment URL/ Diffstat:
| M | packages/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 @@ -303,7 +303,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode { <InputCurrency name="payments.max_fee" label={i18n`Max fee`} /> <InputCurrency name="payments.max_wire_fee" label={i18n`Max wire fee`} /> <Input name="payments.wire_fee_amortization" label={i18n`Wire fee amortization`} /> - <Input name="payments.fullfilment_url" label={i18n`Fullfilment url`} tooltip={i18n`where the user will be redirected after payment`} /> + <Input name="payments.fullfilment_url" label={i18n`Fulfillment URL`} tooltip={i18n`where the user will be redirected after payment`} /> </InputGroup> <InputGroup name="extra" label={i18n`Extra information`} tooltip={i18n`more information for this order`}>