gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated (d72c350 -> cf6f52e)


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated (d72c350 -> cf6f52e)
Date: Thu, 27 May 2021 09:29:20 +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 d72c350  s/Pay/Payment/
     new 416c55f  add tooltip for ‘InputCurrency<State> name="amount"’
     new cf6f52e  add tooltip for ‘Input<State> name="justification"’

The 2 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:
 .../frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx 
b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
index 6879695..42847ff 100644
--- a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
+++ b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
@@ -70,8 +70,8 @@ export function AuthorizeTipModal({ onCancel, onConfirm, 
tipAuthorized }: Author
   return <ConfirmModal description="tip" active onCancel={onCancel} 
onConfirm={validateAndConfirm}>
 
     <FormProvider<State> errors={errors} object={form} valueHandler={setValue} 
>
-      <InputCurrency<State> name="amount" label={i18n`Amount`} />
-      <Input<State> name="justification" label={i18n`Justification`} 
inputType="multiline" />
+      <InputCurrency<State> name="amount" label={i18n`Amount`} 
tooltip={i18n`amount of tip`}/>
+      <Input<State> name="justification" label={i18n`Justification`} 
inputType="multiline" tooltip={i18n`reason for the tip`}/>
       <Input<State> name="next_url" label={i18n`URL after tip`} />
     </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]