taler-typescript-core

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

commit 034d6bd1aa4fe155accc889831f711bc985cd280
parent 804d696e32369be659315d62b2926a3d05b0cb63
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 10 Jun 2024 09:39:29 -0300

fix typo

Diffstat:
Mpackages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatePage.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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