gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated (b9735b6 -> db35cb9)


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated (b9735b6 -> db35cb9)
Date: Sat, 29 May 2021 10:19:51 +0200

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

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

    from b9735b6  add tooltip for ‘<Input<Entity> name="exchange_url"’
     new 360b09d  add tooltip for ‘<InputCurrency<Entity> 
name="initial_balance"’
     new 50d8c8c  add tooltip for ‘<Input<Entity> name="exchange_url"’
     new db35cb9  add tooltip for ‘<InputSelector<Entity> name="wire_method"’

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
index c2208e4..8669242 100644
--- a/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/reserves/create/CreatePage.tsx
@@ -104,9 +104,9 @@ 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 />
-          <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`} />
+          <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`} 
tooltip={i18n`URL of exchange`} readonly />
+          <InputSelector<Entity> name="wire_method" label={i18n`Wire method`} 
tooltip={i18n`method to use for wire transfer`} values={wireMethods} 
placeholder={i18n`Select one wire method`} />
         </FormProvider>
         <div class="buttons is-right mt-5">
           {onBack && <button class="button" onClick={() => 
setCurrentStep(Steps.EXCHANGE)} ><Translate>Back</Translate></button>}

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