commit 7ffbb57c5cea5e92eb0cf754fb2717424b3dc26a parent 9813407eb7ce46ec4a4dccfe9c42cc89804e56c1 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 24 May 2021 09:23:57 -0400 grammar: s/legal/legally/ 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 @@ -104,7 +104,7 @@ export function CreatePage({ onCreate, onBack, forceId }: Props): VNode { <InputLocation name="address" /> </InputGroup> - <InputGroup name="jurisdiction" label={i18n`Jurisdiction`} tooltip={i18n`where is the merchant legal located`}> + <InputGroup name="jurisdiction" label={i18n`Jurisdiction`} tooltip={i18n`where is the merchant legally located`}> <InputLocation name="jurisdiction" /> </InputGroup>