gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 09/19: fix typo: s/fronted/frontend/


From: gnunet
Subject: [taler-merchant-backoffice] 09/19: fix typo: s/fronted/frontend/
Date: Mon, 24 May 2021 15:34:50 +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 f62b570fafdaf92f69d642e8af8155d2edbd6b73
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:19:06 2021 -0400

    fix typo: s/fronted/frontend/
---
 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 0cd5e14..5582d03 100644
--- a/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx
+++ b/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx
@@ -331,7 +331,7 @@ function PaidPage({ id, order, onRefund }: { id: string; 
order: MerchantBackend.
                     </InputGroup>
                   }
                   <InputDuration<CT> readonly name="auto_refund" 
label={i18n`Auto refund delay`} tooltip={i18n`how long the wallet should try to 
get an automatic refund for the purchase`} />
-                  <Input<CT> readonly name="extra" label={i18n`Extra info`} 
tooltip={i18n`extra data that is only interpreted by the merchant fronted`} />
+                  <Input<CT> readonly name="extra" label={i18n`Extra info`} 
tooltip={i18n`extra data that is only interpreted by the merchant frontend`} />
                 </FormProvider>
               </div>
               <div class="column" />

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