taler-typescript-core

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

commit 58ae1cbbaa88c4363abf9b57439d475c702c5d2d
parent 6c6644051423e179d2d82ef18f6fbef1b7de6ee0
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Wed,  3 Dec 2025 13:38:36 -0300

fix #10711

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

diff --git a/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx b/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx @@ -245,17 +245,16 @@ export function NewAccount({ onCancel, onCreated }: Props): VNode { name="tos" help={ <i18n.Translate> - Accept the{" "} <a href="/terms" target="_blank" referrerpolicy="no-referrer" > - <i18n.Translate>terms of service</i18n.Translate> + <i18n.Translate>Accept the Terms of service</i18n.Translate> </a> </i18n.Translate> } - tooltip={i18n.str`You must accept the terms of service to continue.`} + tooltip={i18n.str`You must accept the Terms of service to continue.`} /> </FormProvider> </section>