Fix dhcp leases help text (#3488)

This commit is contained in:
Northguy 2019-05-17 15:26:25 +02:00 committed by Ad Schellevis
parent 17e4e9c0fc
commit 0b40897fd3
2 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ include("head.inc");
<td>
<input name="hostname" type="text" value="<?=$pconfig['hostname'];?>" />
<div class="hidden" data-for="help_for_hostname">
<?=gettext("Name of the host, without domain part.");?>
<?=gettext("Name of the host, without domain part. If no IP address is given above, hostname will not be resolved by Unbound DNS.");?>
</div>
</td>
</tr>

View File

@ -188,7 +188,7 @@ include("head.inc");
<td>
<input name="hostname" type="text" value="<?=$pconfig['hostname'];?>" />
<div class="hidden" data-for="help_for_hostname">
<?=gettext("Name of the host, without domain part.");?>
<?=gettext("Name of the host, without domain part. If no IP address is given above, hostname will not be resolved by Unbound DNS.");?>
</div>
</td>
</tr>