mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Fix dhcp leases help text (#3488)
This commit is contained in:
parent
17e4e9c0fc
commit
0b40897fd3
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user