aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-08 18:45:13 -0300
committerSebastian <sebasjm@gmail.com>2023-09-08 18:45:13 -0300
commit6c3cfa9be7a332c2cc8490f25ebd6c73c8244842 (patch)
tree00b55ef600fd4c6d10b4b0693ecff1efaf22d591 /packages/merchant-backoffice-ui
parentc20f93aebed26d7fab6b1decbf18d36222b335b3 (diff)
downloadwallet-core-6c3cfa9be7a332c2cc8490f25ebd6c73c8244842.tar.xz
codespell fix
Diffstat (limited to 'packages/merchant-backoffice-ui')
-rw-r--r--packages/merchant-backoffice-ui/src/InstanceRoutes.tsx4
-rw-r--r--packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx2
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/token/DetailPage.tsx2
3 files changed, 4 insertions, 4 deletions
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>