gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated (cf6f52e -> 755a081)


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated (cf6f52e -> 755a081)
Date: Thu, 27 May 2021 10:15:15 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository merchant-backoffice.

    from cf6f52e  add tooltip for ‘Input<State> name="justification"’
     new 121a1ea  fix typo: s/doest/does not/
     new 755a081  fix typo: s/doest not match with/does not match/

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/frontend/src/ApplicationReadyRoutes.tsx                     | 2 +-
 packages/frontend/src/paths/instance/transfers/create/CreatePage.tsx | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/frontend/src/ApplicationReadyRoutes.tsx 
b/packages/frontend/src/ApplicationReadyRoutes.tsx
index ef89152..a0f047d 100644
--- a/packages/frontend/src/ApplicationReadyRoutes.tsx
+++ b/packages/frontend/src/ApplicationReadyRoutes.tsx
@@ -67,7 +67,7 @@ export function ApplicationReadyRoutes(): VNode {
     if (!match || !match[1]) {
       // this should be rare because
       // query to /config is ok but the URL
-      // doest not match with our pattern
+      // does not match our pattern
       return <Fragment>
         <NotYetReadyAppMenu title="Error" onLogout={clearTokenAndGoToRoot} />
         <NotificationCard notification={{
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]