style(settings): the Connections panel drops its two explainer paragraphs

Same cleanup as the General and DX Cluster panels: the section speaks for
itself, and the per-service hints remain where the choice is made.
This commit is contained in:
2026-08-30 15:09:08 +02:00
parent 25eda98612
commit 721c43d569
2 changed files with 1 additions and 8 deletions
+1 -4
View File
@@ -5716,10 +5716,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged
function UDPIntegrationsPanelWrapper() { function UDPIntegrationsPanelWrapper() {
return ( return (
<> <>
<SectionHeader <SectionHeader title={t('sec.udp')} />
title={t('sec.udp')}
hint={t('udp.hint')}
/>
<UDPIntegrationsPanel onError={(m) => setErr(m)} /> <UDPIntegrationsPanel onError={(m) => setErr(m)} />
</> </>
); );
@@ -229,10 +229,6 @@ export function UDPIntegrationsPanel({ onError }: Props) {
return ( return (
<div className="space-y-4"> <div className="space-y-4">
<div className="text-[11px] text-muted-foreground max-w-2xl leading-relaxed">
{t('udpp.intro')}
</div>
<Section <Section
title={t('udpp.inboundTitle')} title={t('udpp.inboundTitle')}
icon={<ArrowDownToLine className="size-4" />} icon={<ArrowDownToLine className="size-4" />}