Forráskód Böngészése

Merge pull request #713 from ollama-webui/idiot-proof-message

fix: wording
Timothy Jaeryang Baek 1 éve
szülő
commit
e08bf88e72
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/routes/auth/+page.svelte

+ 2 - 2
src/routes/auth/+page.svelte

@@ -95,8 +95,8 @@
 
 					{#if mode === 'signup'}
 						<div class=" mt-1 text-xs font-medium text-gray-500">
-							ⓘ 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.
 						</div>
 					{/if}