gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 02/02: add tooltip for ‘Input<State> name="j


From: gnunet
Subject: [taler-merchant-backoffice] 02/02: add tooltip for ‘Input<State> name="justification"’
Date: Thu, 27 May 2021 09:29:22 +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 cf6f52ed5900f5849a870ef8ea670b634ff81ff2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu May 27 03:27:30 2021 -0400

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

diff --git 
a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx 
b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
index 245ca7b..42847ff 100644
--- a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
+++ b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
@@ -71,7 +71,7 @@ export function AuthorizeTipModal({ onCancel, onConfirm, 
tipAuthorized }: Author
 
     <FormProvider<State> errors={errors} object={form} valueHandler={setValue} 
>
       <InputCurrency<State> name="amount" label={i18n`Amount`} 
tooltip={i18n`amount of tip`}/>
-      <Input<State> name="justification" label={i18n`Justification`} 
inputType="multiline" />
+      <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]