Skip to content

Commit

Permalink
Merge pull request #746 from wrongecho/telemetry-small-edits
Browse files Browse the repository at this point in the history
Telemetry - Fix typo & add polite note
  • Loading branch information
johnnyq authored Oct 8, 2023
2 parents ebbe1e1 + 22f14cd commit 20602c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings_telemetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<form action="post.php" method="post" autocomplete="off">

<div class="form-group">
<label>Telemery</label>
<label>Telemetry</label>
<p><i>If you can't measure it, you can't improve it. Please consider turning on telemetry data to provide valuable insights on how you're using ITFlow - so we can improve it for everyone. </i></p>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-broadcast-tower"></i></span>
Expand All @@ -23,12 +24,12 @@
<option <?php if ($config_telemetry == "2") { echo "selected"; } ?> value = "2">Detailed</option>
</select>
</div>
<small class="form-text"><a href="https://docs.itflow.org/telemetry" target="_blank">Click Here for additional details regarding the information we gather <i class="fas fa-external-link-alt"></i></a></small>
<small class="form-text">We respect your privacy. <a href="https://docs.itflow.org/telemetry" target="_blank">Click here <i class="fas fa-external-link-alt"></i></a> for additional details regarding the information we gather. </small>
</div>

<div class="form-group">
<label>Comments</label>
<textarea class="form-control" rows="4" name="comments" placeholder="Any Comments to send before hitting Send Telemetry Data?"></textarea>
<textarea class="form-control" rows="4" name="comments" placeholder="Any one-off comments to send before hitting Send Telemetry Data?"></textarea>
</div>

<hr>
Expand Down

0 comments on commit 20602c6

Please sign in to comment.