summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-11 09:43:53 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-05-11 08:34:54 -0400
commit48d321ca07838e42e26c41be226a5ffbab61f497 (patch)
tree716199aba4f3ecb1c8516579243a0a3d8cbddb90 /src/usr/local/www/services_dhcpv6.php
parent771acc31d26161c0868fab2941db2997ec14b7d5 (diff)
downloadpfsense-48d321ca07838e42e26c41be226a5ffbab61f497.zip
pfsense-48d321ca07838e42e26c41be226a5ffbab61f497.tar.gz
Miscellanous Textual Corrections - Add missing dots to phrases
(cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e)
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 4cbc02b..2df014d 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -728,7 +728,7 @@ $section->addInput(new Form_Input(
'Domain search list',
'text',
$pconfig['domainsearchlist']
-))->setHelp('The DHCP server can optionally provide a domain search list. Use the semicolon character as separator');
+))->setHelp('The DHCP server can optionally provide a domain search list. Use the semicolon character as separator.');
$section->addInput(new Form_Input(
'deftime',
@@ -994,7 +994,7 @@ print($form);
<?php
print_info_box(
sprintf(
- gettext('The DNS servers entered in %1$sSystem: General setup%3$s (or the %2$sDNS forwarder%3$s if enabled) will be assigned to clients by the DHCP server.'),
+ gettext('The DNS servers entered in %1$sSystem: General Setup%3$s (or the %2$sDNS forwarder%3$s if enabled) will be assigned to clients by the DHCP server.'),
'<a href="system.php">',
'<a href="services_dnsmasq.php"/>',
'</a>') .
OpenPOWER on IntegriCloud