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 ‘<InputCurrency<Entity> name="initial_balance"’
Date: Sat, 29 May 2021 10:01:59 +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 027d317  add tooltip for ‘<InputCurrency<Entity> 
name="initial_balance"’
027d317 is described below

commit 027d317de81c9481138c5f1cd2c6308232467be2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat May 29 04:00:45 2021 -0400

    add tooltip for ‘<InputCurrency<Entity> name="initial_balance"’
---
 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 9eceb32..34bbba6 100644
--- a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
@@ -73,7 +73,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`} />
+          <InputCurrency<Entity> name="initial_balance" label={i18n`Initial 
balance`} tooltip={i18n`balance prior to deposit`} />
           <Input<Entity> name="exchange_url" label={i18n`Exchange URL`} />
         </FormProvider>
 

-- 
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]