gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 04/19: fix typo: s/payed/paid/


From: gnunet
Subject: [taler-merchant-backoffice] 04/19: fix typo: s/payed/paid/
Date: Mon, 24 May 2021 15:34:45 +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 91d8382eafb8096302f25bf9e1a6bf839276a9ad
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:12:03 2021 -0400

    fix typo: s/payed/paid/
---
 packages/frontend/src/paths/instance/orders/create/CreatePage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
index 322ef0e..07e4fa5 100644
--- a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
@@ -293,7 +293,7 @@ export function CreatePage({ onCreate, onBack }: Props): 
VNode {
             <InputGroup name="payments" label={i18n`Payments options`} 
tooltip={i18n`override default payment configuration for this order`}>
               <InputDate name="payments.auto_refund_deadline" label={i18n`Auto 
refund deadline`} tooltip={i18n`time until the order will be refunded 
automatically`} />
               <InputDate name="payments.refund_deadline" label={i18n`Refund 
deadline`} tooltip={i18n`time until the order can be refunded`} />
-              <InputDate name="payments.pay_deadline" label={i18n`Pay 
deadline`} tooltip={i18n`time until the order can be payed`} />
+              <InputDate name="payments.pay_deadline" label={i18n`Pay 
deadline`} tooltip={i18n`time until the order can be paid`} />
 
               <InputDate name="payments.delivery_date" label={i18n`Delivery 
date`} tooltip={i18n`when the order will be delivered, if is going to be 
delivered`} />
               {value.payments.delivery_date && <InputGroup 
name="payments.delivery_location" label={i18n`Location`} tooltip={i18n`where 
the order will be delivered`} >

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