aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-06-07 14:03:35 -0300
committerSebastian <sebasjm@gmail.com>2024-06-07 14:03:35 -0300
commit55ae4dd7036aaab9b40592c81f37e82148434b57 (patch)
tree9e520e450ed1ac3be5cfa6b585dcbf77f7366f15 /packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx
parent76042e8ddcee595d332c0e9c83b49d2f21895de2 (diff)
downloadwallet-core-55ae4dd7036aaab9b40592c81f37e82148434b57.tar.xz
better regex domain + path
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx
index d5522c2d4..ce4d9a109 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx
@@ -101,7 +101,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode {
/>
<Input<Entity>
name="otp_device_description"
- label={i18n.str`Descripiton`}
+ label={i18n.str`Descripton`}
tooltip={i18n.str`Useful to identify the device physically`}
/>
<InputSelector<Entity>