From 15e2259a2ae1b7dec1f93a52078304dd3a79a14c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 12 Sep 2026 19:18:36 -0400 Subject: [PATCH] refac --- src/lib/components/chat/Settings/Connections.svelte | 12 ++++++------ src/lib/components/chat/Settings/Integrations.svelte | 11 ++++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/lib/components/chat/Settings/Connections.svelte b/src/lib/components/chat/Settings/Connections.svelte index 66fe8e9ebc..dac2adb504 100644 --- a/src/lib/components/chat/Settings/Connections.svelte +++ b/src/lib/components/chat/Settings/Connections.svelte @@ -124,12 +124,6 @@ {/each} -
- {$i18n.t( - 'Connections managed through the Admin Panel are recommended for everyday use. Direct connections provide convenient access to your own endpoints, but rely on your browser session to keep requests running, making them better suited to testing and temporary use.' - )} -
-