merchant-backoffice

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

commit 44873195f90f3189cc3bdd25f728cfac7278a01d
parent a0fb34fbb943a1bab931fcdb9f5662368eaded8a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 25 May 2021 03:45:33 -0400

reword "physically"/"legally" to tooltips (two instances)

The new formulation is more concise (we take advantage of the fact that "where
is" and "location" are conceptually redundant).

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 @@ -100,11 +100,11 @@ 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 physically located`}> + <InputGroup name="address" label={i18n`Address`} tooltip={i18n`physical location of merchant`}> <InputLocation name="address" /> </InputGroup> - <InputGroup name="jurisdiction" label={i18n`Jurisdiction`} tooltip={i18n`where is the merchant legally located`}> + <InputGroup name="jurisdiction" label={i18n`Jurisdiction`} tooltip={i18n`legal location of merchant`}> <InputLocation name="jurisdiction" /> </InputGroup>