This commit is contained in:
Timothy Jaeryang Baek 2026-09-12 19:17:11 -04:00
parent f0a383af0f
commit 5d66dd6ad2
3 changed files with 12 additions and 0 deletions

View file

@ -124,6 +124,12 @@
{/each}
</div>
<div class="text-[0.6875rem] text-gray-400 dark:text-gray-600">
{$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.'
)}
</div>
<div class="text-[0.6875rem] text-gray-400 dark:text-gray-600">
<!-- LICENSE covers this Open WebUI wordmark.
Do not alter, remove, obscure, or replace it except as LICENSE permits:

View file

@ -148,6 +148,11 @@
<div class="mt-1 {helpTextClass}">
{$i18n.t('Connect to your own OpenAPI compatible external tool servers.')}
</div>
<div class={helpTextClass}>
{$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.'
)}
</div>
<div class={helpTextClass}>
<!-- LICENSE covers this Open WebUI wordmark.
Do not alter, remove, obscure, or replace it except as LICENSE permits:

View file

@ -637,6 +637,7 @@
"Connection successful": "",
"Connection Type": "",
"Connections": "",
"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.": "",
"Connections saved successfully": "",
"Connections settings updated": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",