mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Changed wording
This commit is contained in:
+1
-1
@@ -542,7 +542,7 @@
|
||||
<form role="form" method="post">
|
||||
<div class="box-body">
|
||||
<div class="col-lg-12">
|
||||
<label>Lists maintained by the Pi-hole team (reset on updates)</label>
|
||||
<label>Lists suggested by the Pi-hole team (reset on updates)</label>
|
||||
<?php foreach ($adlistsdefault as $key => $value) { ?>
|
||||
<div class="form-group">
|
||||
<div class="checkbox"><label style="word-break: break-word;"><input type="checkbox" name="adlist-<?php echo $key; ?>" <?php if($value[0]){ ?>checked<?php } ?>> <a href="<?php echo htmlentities ($value[1]); ?>" target="_new"><?php echo htmlentities($value[1]); ?></a></label></div>
|
||||
|
||||
Reference in New Issue
Block a user