mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcp: factually correct annotation, no clobbering of existing strings
This commit is contained in:
parent
3f69b12fc8
commit
2993ae8dcc
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user