Update modals.html

This commit is contained in:
2025-12-16 06:27:05 -08:00
committed by GitHub
parent 703aac1dd5
commit 006c63ad47

View File

@@ -71,7 +71,7 @@
<div class="flex items-start gap-3">
<input id="set_donor" type="checkbox" class="mt-0.5 h-4 w-4 rounded border-gray-300 text-black focus:ring-black">
<div class="text-sm">
<label for="set_donor" class="font-medium text-gray-700">I don't mind sharing my chats</label>
<label for="set_donor" class="font-medium text-gray-700">Using Proxy (recommended)</label>
<p class="text-xs text-gray-500">When enabled, streams go through a proxy which makes it possible to background the mobile app or tab while streaming and not lose your chat upon foregrounding.</p>
</div>
</div>