dhcp: typo spotted by @azdps

This commit is contained in:
Franco Fichtner 2019-09-30 07:10:48 +02:00
parent 2993ae8dcc
commit 6be4951dbf
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>