Changed wording

This commit is contained in:
DL6ER
2016-12-31 15:46:47 +00:00
parent 5735a5b9a2
commit 8414ddf115
+1 -1
View File
@@ -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>