fix(ui): align contextual documentation with headings

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:03:58 +02:00
parent f6b4834588
commit 69396fc0d0
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -264,7 +264,7 @@ export default function PaymentsPage({ settings, auth }: PlatformRouteContext) {
<PageLayout
archetype="collection"
mode="standalone"
title="Payment requests"
title="Payment requests" titleHelp={<DocumentationHelpLink reference={{ topicId: "payments.requests-and-reconciliation", documentationType: "user" }} label="Open Payments documentation" />}
description="Track source-bound obligations and record exact manual receipts against immutable evidence."
loading={loading}
loadingLabel="Loading payment requests"
@@ -281,7 +281,7 @@ export default function PaymentsPage({ settings, auth }: PlatformRouteContext) {
helpContextId="payments.workspace"
helpModuleId="payments"
reloadAction={{ onReload: () => void reload(), loading: refreshing, label: "Reload payment requests" }}
helpAction={<DocumentationHelpLink reference={{ topicId: "payments.requests-and-reconciliation", documentationType: "user" }} label="Open Payments documentation" />}
createAction={createButton}
/>
)}