UI: fix Overview auth-failed i18n link

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
rubensfox20
2026-04-04 19:39:29 -03:00
committed by sallyom
parent b02a7a0374
commit c75904ade4

View File

@@ -145,8 +145,8 @@ export function renderOverview(props: OverviewProps) {
href="https://docs.openclaw.ai/web/dashboard"
target=${EXTERNAL_LINK_TARGET}
rel=${buildExternalLinkRel()}
title="Control UI auth docs (opens in new tab)"
>Docs: Control UI auth</a
title=${t("overview.connection.authDocsTitle")}
>${t("overview.connection.authDocsLink")}</a
>
</div>
</div>