gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 01/03: add tooltip for ‘<InputCurrency<Entit


From: gnunet
Subject: [taler-merchant-backoffice] 01/03: add tooltip for ‘<InputCurrency<Entity> name="initial_balance"’
Date: Sat, 29 May 2021 10:19:52 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository merchant-backoffice.

commit 360b09dc7ba17d4d3960b8efc5233666fc2be9f3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat May 29 04:16:12 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 c2208e4..5581c62 100644
--- a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
@@ -104,7 +104,7 @@ function ViewStep({ step, setCurrentStep, reserve, onBack, 
submitForm, setReserv
       const hasErrors = Object.keys(errors).some(k => (errors as any)[k] !== 
undefined)
       return <Fragment>
         <FormProvider<Entity> object={reserve} errors={errors} 
valueHandler={setReserve}>
-          <InputCurrency<Entity> name="initial_balance" label={i18n`Initial 
balance`} readonly />
+          <InputCurrency<Entity> name="initial_balance" label={i18n`Initial 
balance`} tooltip={i18n`balance prior to deposit`} readonly />
           <Input<Entity> name="exchange_url" label={i18n`Exchange URL`} 
readonly />
           <InputSelector<Entity> name="wire_method" label={i18n`Wire method`} 
values={wireMethods} placeholder={i18n`Select one wire method`} />
         </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]