dhcp: factually correct annotation, no clobbering of existing strings

This commit is contained in:
Franco Fichtner 2019-09-29 15:15:33 +02:00
parent 3f69b12fc8
commit 2993ae8dcc
2 changed files with 4 additions and 2 deletions

View File

@ -353,7 +353,8 @@ 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. If no IP address is given above, hostname will not be resolved by Unbound DNS.");?>
<?=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.");?>
</div>
</td>
</tr>

View File

@ -188,7 +188,8 @@ 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. If no IP address is given above, hostname will not be resolved by Unbound DNS.");?>
<?=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.");?>
</div>
</td>
</tr>