aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-06-10 09:39:29 -0300
committerSebastian <sebasjm@gmail.com>2024-06-10 15:25:59 -0300
commit034d6bd1aa4fe155accc889831f711bc985cd280 (patch)
treedb9627d10f7c080c45ba999bfb135daff53ab93d /packages
parent804d696e32369be659315d62b2926a3d05b0cb63 (diff)
downloadwallet-core-034d6bd1aa4fe155accc889831f711bc985cd280.tar.xz
fix typo
Diffstat (limited to 'packages')
-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 ce4d9a109..a16817bab 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`Descripton`}
+ label={i18n.str`Description`}
tooltip={i18n.str`Useful to identify the device physically`}
/>
<InputSelector<Entity>