fix(ui): clarify inherited navigation and heading help

Verified with the coordinated workspace changes by devkit full run
2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed).
This shared UI pass does not mark the individual module reviews complete.
This commit is contained in:
2026-09-09 02:04:23 +02:00
parent 37e7e9786c
commit 970af124d4
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -584,7 +584,7 @@ export default function ViewsAdminPanel({
return (
<>
<AdminPageLayout
title={title}
title={title} titleHelp={<DocumentationHelpLink reference={VIEWS_DOCUMENTATION} />}
description={description}
className={embedded ? "views-admin-page embedded" : "views-admin-page"}
loading={loading}
@@ -592,7 +592,7 @@ export default function ViewsAdminPanel({
success={success}
actions={
<>
<DocumentationHelpLink reference={VIEWS_DOCUMENTATION} />
<IconButton
label="i18n:govoplan-views.reload_views"
icon={<RefreshCw />}