docs(settings): clarify Do Not Track helper text

Expand the helper text to explicitly explain that Do Not Track disables both
installation count reporting and error report submission, not just collection
of other data.
This commit is contained in:
Andras Bacsai 2026-03-12 14:24:20 +01:00
parent 39119fbff9
commit 2c06223044

View file

@ -23,7 +23,7 @@ class="flex flex-col h-full gap-8 sm:flex-row">
</div> </div>
<div class="md:w-96"> <div class="md:w-96">
<x-forms.checkbox instantSave id="do_not_track" <x-forms.checkbox instantSave id="do_not_track"
helper="Opt out of reporting this instance to coolify.io's installation count. No other data is collected." helper="Opt out of anonymous usage tracking. When enabled, this instance will not report to coolify.io's installation count and will not send error reports to help improve Coolify."
label="Do Not Track" /> label="Do Not Track" />
</div> </div>
<h4 class="pt-4">DNS Settings</h4> <h4 class="pt-4">DNS Settings</h4>