From 5d66dd6ad291db17894953714c01fd4303093e7e Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 12 Sep 2026 19:17:11 -0400 Subject: [PATCH] refac --- src/lib/components/chat/Settings/Connections.svelte | 6 ++++++ src/lib/components/chat/Settings/Integrations.svelte | 5 +++++ src/lib/i18n/locales/en-US/translation.json | 1 + 3 files changed, 12 insertions(+) diff --git a/src/lib/components/chat/Settings/Connections.svelte b/src/lib/components/chat/Settings/Connections.svelte index 6f3d0e3f12..66fe8e9ebc 100644 --- a/src/lib/components/chat/Settings/Connections.svelte +++ b/src/lib/components/chat/Settings/Connections.svelte @@ -124,6 +124,12 @@ {/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.' + )} +
+