gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (df7ab5b5d -> 6c3cfa9be)


From: gnunet
Subject: [taler-wallet-core] branch master updated (df7ab5b5d -> 6c3cfa9be)
Date: Fri, 08 Sep 2023 23:45:35 +0200

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

sebasjm pushed a change to branch master
in repository wallet-core.

    from df7ab5b5d removing unused function because @linaria fails with 
unrelated error: TextEncoder is not defined in taler-util/lib/whatwg-url.js
     new 0e2097896 vie is being usued for Vietnamese lang
     new c20f93aeb add codespell dep
     new 6c3cfa9be codespell fix

The 3 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:
 build-system/taler-build-scripts                                      | 2 +-
 ci/Containerfile                                                      | 1 +
 ci/jobs/0-codespell/dictionary.txt                                    | 1 +
 packages/idb-bridge/src/backend-interface.ts                          | 2 +-
 packages/merchant-backoffice-ui/src/InstanceRoutes.tsx                | 4 ++--
 .../merchant-backoffice-ui/src/components/product/ProductForm.tsx     | 2 +-
 .../merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx    | 2 +-
 7 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 23538677f..001f5dd08 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
+Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
diff --git a/ci/Containerfile b/ci/Containerfile
index 4e3369830..39bd740a9 100644
--- a/ci/Containerfile
+++ b/ci/Containerfile
@@ -6,6 +6,7 @@ RUN apt-get update -yq && \
     apt-get install -yqq \
                 git \
                python3 \
+                codespell \
                python3-distutils \
                make \
                zip \
diff --git a/ci/jobs/0-codespell/dictionary.txt 
b/ci/jobs/0-codespell/dictionary.txt
index b4d643349..95f860504 100644
--- a/ci/jobs/0-codespell/dictionary.txt
+++ b/ci/jobs/0-codespell/dictionary.txt
@@ -42,3 +42,4 @@ ths
 updateing
 wan
 wih
+vie
diff --git a/packages/idb-bridge/src/backend-interface.ts 
b/packages/idb-bridge/src/backend-interface.ts
index 3255261e2..690f92f54 100644
--- a/packages/idb-bridge/src/backend-interface.ts
+++ b/packages/idb-bridge/src/backend-interface.ts
@@ -144,7 +144,7 @@ export interface IndexMeta {
   unique: boolean;
 }
 
-// FIXME: Instead of refering to an object store by name,
+// FIXME: Instead of referring to an object store by name,
 // maybe refer to it via some internal, numeric ID?
 // This would simplify renaming.
 export interface Backend {
diff --git a/packages/merchant-backoffice-ui/src/InstanceRoutes.tsx 
b/packages/merchant-backoffice-ui/src/InstanceRoutes.tsx
index 4a4b3fee4..ee8db9a9f 100644
--- a/packages/merchant-backoffice-ui/src/InstanceRoutes.tsx
+++ b/packages/merchant-backoffice-ui/src/InstanceRoutes.tsx
@@ -118,7 +118,7 @@ export enum InstancePaths {
   validators_update = "/validators/:vid/update",
   validators_new = "/validators/new",
 
-  settings = "/inteface",
+  settings = "/interface",
 }
 
 // eslint-disable-next-line @typescript-eslint/no-empty-function
@@ -252,7 +252,7 @@ export function InstanceRoutes({
         instance={id}
         admin={admin}
         onShowSettings={() => {
-          route("/inteface")
+          route(InstancePaths.settings)
         }}
         path={path}
         onLogout={clearTokenAndGoToRoot}
diff --git 
a/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx 
b/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
index 4cd90aa45..726a94f5e 100644
--- a/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
+++ b/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
@@ -148,7 +148,7 @@ export function ProductForm({ onSubscribe, initial, 
alreadyExist }: Props) {
           name="minimum_age"
           label={i18n.str`Age restricted`}
           tooltip={i18n.str`is this product restricted for customer below 
certain age?`}
-          help={i18n.str`can be overriden by the order configuration`}
+          help={i18n.str`can be overridden by the order configuration`}
         />
         <Input<Entity>
           name="unit"
diff --git 
a/packages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx 
b/packages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx
index 6ab2a2df6..984880752 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx
@@ -83,7 +83,7 @@ export function DetailPage({ instanceId, currentToken: 
oldToken, onBack, onNewTo
               <div class="level-left">
                 <div class="level-item">
                   <span class="is-size-4">
-                    Instace id: <b>{instanceId}</b>
+                    Instance id: <b>{instanceId}</b>
                   </span>
                 </div>
               </div>

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