commit 9813407eb7ce46ec4a4dccfe9c42cc89804e56c1 parent 62f0b138ce1f2e150ff05beddd88ee18864b9511 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 24 May 2021 09:23:41 -0400 grammar: s/physical/physically/ Diffstat:
| M | packages/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 @@ -100,7 +100,7 @@ export function CreatePage({ onCreate, onBack, forceId }: Props): VNode { <Input<Entity> name="default_wire_fee_amortization" label={i18n`Default wire fee amortization`} tooltip={i18n`max wire fee amortization when the order has not overridden it`} /> - <InputGroup name="address" label={i18n`Address`} tooltip={i18n`where is the merchant physical located`}> + <InputGroup name="address" label={i18n`Address`} tooltip={i18n`where is the merchant physically located`}> <InputLocation name="address" /> </InputGroup>