taler-typescript-core

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

commit f70673688d204df006f23b4574f7a5cafba5d826
parent 41800476cd6e2e6f35fc73f60a086ee1d4449799
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Mon, 12 Jan 2026 14:30:54 -0300

fix #10799

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

diff --git a/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx b/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx @@ -250,18 +250,17 @@ export function NewAccount({ onCancel, onCreated }: Props): VNode { /> ) : undefined} <InputToggle - label={i18n.str`I agree`} + label={i18n.str`Accept the Terms of service`} name="tos" help={ <i18n.Translate> + I understand and agree to the{" "} <a href="/terms" target="_blank" referrerpolicy="no-referrer" > - <i18n.Translate> - Terms of service - </i18n.Translate> + <i18n.Translate>Terms of service</i18n.Translate> </a> </i18n.Translate> }