mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 03:50:42 +00:00
UI: fix Overview auth-failed i18n link
Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user