gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated: add tooltip for ‘<Inp


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: add tooltip for ‘<Input<Entity> name="exchange_url"’
Date: Sat, 29 May 2021 10:08:20 +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 b9735b6  add tooltip for ‘<Input<Entity> name="exchange_url"’
b9735b6 is described below

commit b9735b6ef74f434610f22693ba794bcf163847a5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat May 29 04:07:13 2021 -0400

    add tooltip for ‘<Input<Entity> name="exchange_url"’
---
 packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
index 34bbba6..c2208e4 100644
--- a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
@@ -74,7 +74,7 @@ function ViewStep({ step, setCurrentStep, reserve, onBack, 
submitForm, setReserv
       return <Fragment>
         <FormProvider<Entity> object={reserve} errors={errors} 
valueHandler={setReserve}>
           <InputCurrency<Entity> name="initial_balance" label={i18n`Initial 
balance`} tooltip={i18n`balance prior to deposit`} />
-          <Input<Entity> name="exchange_url" label={i18n`Exchange URL`} />
+          <Input<Entity> name="exchange_url" label={i18n`Exchange URL`} 
tooltip={i18n`URL of exchange`} />
         </FormProvider>
 
         <div class="buttons is-right mt-5">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]