diff --git a/src/lib/components/AddServerModal.svelte b/src/lib/components/AddServerModal.svelte index 706ecf545..fa3cab44c 100644 --- a/src/lib/components/AddServerModal.svelte +++ b/src/lib/components/AddServerModal.svelte @@ -3,6 +3,7 @@ import { getContext, onMount } from 'svelte'; const i18n = getContext('i18n'); + import { settings } from '$lib/stores'; import Modal from '$lib/components/common/Modal.svelte'; import Plus from '$lib/components/icons/Plus.svelte'; import Minus from '$lib/components/icons/Minus.svelte'; @@ -194,13 +195,17 @@
- +
{$i18n.t('openapi.json URL or Path')}
-
+
{$i18n.t(`WebUI will make requests to "{{url}}"`, { url: path.includes('://') ? path : `${url}${path.startsWith('/') ? '' : '/'}${path}` })} @@ -266,7 +273,9 @@
- @@ -274,7 +283,7 @@
-