Redmine #8592: Clarify DHCP hostname registration

This commit is contained in:
Isaac McDonald 2018-06-22 12:01:10 -07:00
parent be228fd8f7
commit e7d764574c
2 changed files with 4 additions and 4 deletions

View File

@ -286,8 +286,8 @@ $section->addInput(new Form_Checkbox(
'Static DHCP',
'Register DHCP static mappings in DNS forwarder',
$pconfig['regdhcpstatic']
))->setHelp('If this option is set, DHCP static mappings will '.
'be registered in the DNS forwarder, so that their name can be '.
))->setHelp('If this option is set, IPv4 DHCP static mappings, will '.
'be registered in the DNS forwarder so that their name can be '.
'resolved. The domain in %1$sSystem: General Setup%2$s should also '.
'be set to the proper value.', '<a href="system.php">', '</a>')
->addClass('toggle-dhcp');

View File

@ -412,8 +412,8 @@ $section->addInput(new Form_Checkbox(
'DHCP Registration',
'Register DHCP leases in the DNS Resolver',
$pconfig['regdhcp']
))->setHelp('If this option is set, then machines that specify their hostname when requesting a DHCP lease will be registered'.
' in the DNS Resolver, so that their name can be resolved.'.
))->setHelp('If this option is set, then machines that specify their hostname when requesting an IPv4 DHCP lease, will be registered'.
' in the DNS Resolver so that their name can be resolved.'.
' The domain in %1$sSystem &gt; General Setup%2$s should also be set to the proper value.','<a href="system.php">','</a>');
$section->addInput(new Form_Checkbox(