gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 02/07: diction: s/Pay/Payment/


From: gnunet
Subject: [taler-merchant-backoffice] 02/07: diction: s/Pay/Payment/
Date: Tue, 25 May 2021 10:30:44 +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 9227e08800df74b50369102088b8cae089859a4f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue May 25 04:24:06 2021 -0400

    diction: s/Pay/Payment/
---
 packages/frontend/src/paths/instance/orders/details/DetailPage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx 
b/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx
index 4ceb315..8bab028 100644
--- a/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx
+++ b/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx
@@ -322,7 +322,7 @@ function PaidPage({ id, order, onRefund }: { id: string; 
order: MerchantBackend.
                   <Input<CT> readonly name="wire_fee_amortization" 
label={i18n`Wire fee amortization`} tooltip={i18n`over how many customer 
transactions does the merchant expect to amortize wire fees on average`} />
                   <InputDate<CT> readonly name="timestamp" label={i18n`Created 
at`} tooltip={i18n`time when this contract was generated`} />
                   <InputDate<CT> readonly name="refund_deadline" 
label={i18n`Refund deadline`} tooltip={i18n`after this deadline has passed no 
refunds will be accepted`} />
-                  <InputDate<CT> readonly name="pay_deadline" label={i18n`Pay 
deadline`} tooltip={i18n`after this deadline, the merchant won't accept 
payments for the contract`} />
+                  <InputDate<CT> readonly name="pay_deadline" 
label={i18n`Payment deadline`} tooltip={i18n`after this deadline, the merchant 
won't accept payments for the contract`} />
                   <InputDate<CT> readonly name="wire_transfer_deadline" 
label={i18n`Wire transfer deadline`} tooltip={i18n`transfer deadline for the 
exchange`} />
                   <InputDate<CT> readonly name="delivery_date" 
label={i18n`Delivery date`} tooltip={i18n`time indicating when the order should 
be delivered`} />
                   {value.contract_terms.delivery_date &&

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