From 9c24ff514c4c3ee425ee1afdb08c3aaf5a4c49df Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 11 Feb 2024 17:57:56 -0800 Subject: [PATCH] fix: wording --- src/routes/auth/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index cb1fbdb93..05891d4f9 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -95,8 +95,8 @@ {#if mode === 'signup'}
- ⓘ Your data stays secure on your locally hosted server and {WEBUI_NAME} does not make any - external connections. + ⓘ {WEBUI_NAME} does not make any external connections, and your data stays securely on + your locally hosted server.
{/if}