Browse Source

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

fix: wording
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
e08bf88e72
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}