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

fix: wording
This commit is contained in:
Timothy Jaeryang Baek 2024-02-11 17:58:11 -08:00 committed by GitHub
commit e08bf88e72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}