瀏覽代碼

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

fix: wording
Timothy Jaeryang Baek 1 年之前
父節點
當前提交
e08bf88e72
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}