gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 12/19: fix typo: s/doest/does/ (two instance


From: gnunet
Subject: [taler-merchant-backoffice] 12/19: fix typo: s/doest/does/ (two instances)
Date: Mon, 24 May 2021 15:34:53 +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 62f0b138ce1f2e150ff05beddd88ee18864b9511
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:22:12 2021 -0400

    fix typo: s/doest/does/ (two instances)
---
 packages/frontend/src/paths/admin/create/CreatePage.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/frontend/src/paths/admin/create/CreatePage.tsx 
b/packages/frontend/src/paths/admin/create/CreatePage.tsx
index 4e703fb..bf94b85 100644
--- a/packages/frontend/src/paths/admin/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/admin/create/CreatePage.tsx
@@ -108,9 +108,9 @@ export function CreatePage({ onCreate, onBack, forceId }: 
Props): VNode {
               <InputLocation name="jurisdiction" />
             </InputGroup>
 
-            <InputDuration<Entity> name="default_pay_delay" 
label={i18n`Default pay delay`} tooltip={i18n`max time to pay if the order 
doest not overridden it`} />
+            <InputDuration<Entity> name="default_pay_delay" 
label={i18n`Default pay delay`} tooltip={i18n`max time to pay if the order does 
not overridden it`} />
 
-            <InputDuration<Entity> name="default_wire_transfer_delay" 
label={i18n`Default wire transfer delay`} tooltip={i18n`min time to wait the 
transfer if the merchant doest not overridden it`} />
+            <InputDuration<Entity> name="default_wire_transfer_delay" 
label={i18n`Default wire transfer delay`} tooltip={i18n`min time to wait the 
transfer if the merchant does not overridden it`} />
 
           </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]