[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant-backoffice] branch master updated: reword "physically"/"
From: |
gnunet |
Subject: |
[taler-merchant-backoffice] branch master updated: reword "physically"/"legally" to tooltips (two instances) |
Date: |
Tue, 25 May 2021 09:46:57 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository merchant-backoffice.
The following commit(s) were added to refs/heads/master by this push:
new 4487319 reword "physically"/"legally" to tooltips (two instances)
4487319 is described below
commit 44873195f90f3189cc3bdd25f728cfac7278a01d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue May 25 03:45:33 2021 -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).
---
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
index 2984ea9..b71fcee 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant-backoffice] branch master updated: reword "physically"/"legally" to tooltips (two instances),
gnunet <=