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:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user