taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6c3cfa9be7a332c2cc8490f25ebd6c73c8244842
parent c20f93aebed26d7fab6b1decbf18d36222b335b3
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri,  8 Sep 2023 18:45:13 -0300

codespell fix

Diffstat:
Mpackages/idb-bridge/src/backend-interface.ts | 2+-
Mpackages/merchant-backoffice-ui/src/InstanceRoutes.tsx | 4++--
Mpackages/merchant-backoffice-ui/src/components/product/ProductForm.tsx | 2+-
Mpackages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx | 2+-
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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>