gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 01/02: fix typo: s/doest/does not/


From: gnunet
Subject: [taler-merchant-backoffice] 01/02: fix typo: s/doest/does not/
Date: Thu, 27 May 2021 10:15:16 +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 121a1ea45a4c7055bca9206f19e1213b32211d87
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu May 27 04:12:49 2021 -0400

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

diff --git 
a/packages/frontend/src/paths/instance/transfers/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/transfers/create/CreatePage.tsx
index 8b7cd95..748722f 100644
--- a/packages/frontend/src/paths/instance/transfers/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/transfers/create/CreatePage.tsx
@@ -57,7 +57,7 @@ export function CreatePage({ onCreate, onBack }: Props): 
VNode {
 
   const errors: FormErrors<Entity> = {
     wtid: !state.wtid ? i18n`cannot be empty` :
-      (!CROCKFORD_BASE32_REGEX.test(state.wtid) ? i18n`check the id, doest 
look valid` :
+      (!CROCKFORD_BASE32_REGEX.test(state.wtid) ? i18n`check the id, does not 
look valid` :
         (state.wtid.length !== 52 ? i18n`should have 52 characters, current 
${state.wtid.length}` :
           undefined)),
     payto_uri: !state.payto_uri ? i18n`cannot be empty` : undefined,
@@ -104,4 +104,4 @@ export function CreatePage({ onCreate, onBack }: Props): 
VNode {
       </div>
     </section>
   </div>
-}
\ No newline at end of file
+}

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