taler-typescript-core

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

commit 8c8e80a883b83e8c3f4eabdf4ff65f6f8d4c3ed7
parent 7a5ed5b74af312da25a6dd969664574909ce0026
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 14 Nov 2025 16:28:37 -0300

vlada dixit

Diffstat:
Mpackages/merchant-backoffice-ui/src/paths/settings/index.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/paths/settings/index.tsx b/packages/merchant-backoffice-ui/src/paths/settings/index.tsx @@ -124,7 +124,7 @@ export function Settings({ onClose }: { onClose?: () => void }): VNode { tooltip={i18n.str`How the date is going to be displayed`} /> <InputSelector<FormType> - label={i18n.str`Persona`} + label={i18n.str`Merchant type`} tooltip={i18n.str`Simplify UI based on the user usage.`} name="persona" values={ @@ -139,7 +139,7 @@ export function Settings({ onClose }: { onClose?: () => void }): VNode { toStr={(e: Personas) => { switch (e) { case "expert": - return i18n.str`Power user`; + return i18n.str`Expert user`; case "offline-vending-machine": return i18n.str`Offline venfing machine`; case "point-of-sale":