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 ‘<Input<State> name="next_url"’
Date: Sat, 29 May 2021 09:49:51 +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 95e72cf  add tooltip for ‘<Input<State> name="next_url"’
95e72cf is described below

commit 95e72cf44c56dd959651c877e08c7b1002695b45
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat May 29 03:35:25 2021 -0400

    add tooltip for ‘<Input<State> name="next_url"’
---
 .../frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx 
b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
index b751791..633559e 100644
--- a/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
+++ b/packages/frontend/src/paths/instance/reserves/list/AutorizeTipModal.tsx
@@ -71,9 +71,9 @@ export function AuthorizeTipModal({ onCancel, onConfirm, 
tipAuthorized }: Author
   return <ConfirmModal description="tip" active onCancel={onCancel} 
disabled={hasErrors} onConfirm={validateAndConfirm}>
 
     <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" tooltip={i18n`reason for the tip`} />
-      <Input<State> name="next_url" label={i18n`URL after tip`} />
+      <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`} 
tooltip={i18n`URL to visit after tip payment`} />
     </FormProvider>
 
   </ConfirmModal>

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