diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx
index 7ea25d5..6633eb0 100644
--- a/frontend/src/components/SettingsModal.tsx
+++ b/frontend/src/components/SettingsModal.tsx
@@ -5716,10 +5716,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged
function UDPIntegrationsPanelWrapper() {
return (
<>
-
+
setErr(m)} />
>
);
diff --git a/frontend/src/components/UDPIntegrationsPanel.tsx b/frontend/src/components/UDPIntegrationsPanel.tsx
index d68c368..e2a0abc 100644
--- a/frontend/src/components/UDPIntegrationsPanel.tsx
+++ b/frontend/src/components/UDPIntegrationsPanel.tsx
@@ -229,10 +229,6 @@ export function UDPIntegrationsPanel({ onError }: Props) {
return (
-
- {t('udpp.intro')}
-
-
}