Skip to content

Commit

Permalink
Fix mislabeled privacy setting (#2044)
Browse files Browse the repository at this point in the history
* Fix mislabeled privacy setting

* Update settings.php

Co-authored-by: yubiuser <[email protected]>

Co-authored-by: yubiuser <[email protected]>
  • Loading branch information
Cauchon and yubiuser authored Jan 4, 2022
1 parent f663938 commit dbcafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ function convertseconds($argument)
<div>
<input type="radio" name="privacylevel" id="privacylevel_1" value="1" <?php if ($privacylevel === 1){ ?>checked<?php } ?>>
<label for="privacylevel_1"><strong>Hide domains: Display and store all domains as "hidden"</strong></label>
<p>This disables the Top Domains and Top Ads tables on the dashboard</p>
<p>This disables the Top Permitted Domains and Top Blocked Domains tables on the dashboard</p>
</div>
<div>
<input type="radio" name="privacylevel" id="privacylevel_2" value="2" <?php if ($privacylevel === 2){ ?>checked<?php } ?>>
Expand Down

0 comments on commit dbcafc3

Please sign in to comment.