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:
parent
39119fbff9
commit
2c06223044
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class="flex flex-col h-full gap-8 sm:flex-row">
|
|||
</div>
|
||||
<div class="md:w-96">
|
||||
<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" />
|
||||
</div>
|
||||
<h4 class="pt-4">DNS Settings</h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue