mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcp: typo spotted by @azdps
This commit is contained in:
parent
2993ae8dcc
commit
6be4951dbf
@ -354,7 +354,7 @@ include("head.inc");
|
||||
<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("If no IP address is given above, hostname will not be visiable to DNS services with lease registration enabled.");?>
|
||||
<?=gettext("If no IP address is given above, hostname will not be visible to DNS services with lease registration enabled.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -189,7 +189,7 @@ include("head.inc");
|
||||
<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("If no IP address is given above, hostname will not be visiable to DNS services with lease registration enabled.");?>
|
||||
<?=gettext("If no IP address is given above, hostname will not be visible to DNS services with lease registration enabled.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user