소스 검색

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}