summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:28:10 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:28:17 -0400
commit7194b250bafc1fc63427353e608ff9d76b4404d1 (patch)
tree8a2c42c8b2a256749dfb2d8c2575bcb1aae992bb /src/usr/local/www/services_rfc2136_edit.php
parent2fabe5fa2fb0169207f740cabbc7d0b000396f63 (diff)
downloadpfsense-7194b250bafc1fc63427353e608ff9d76b4404d1.zip
pfsense-7194b250bafc1fc63427353e608ff9d76b4404d1.tar.gz
Merge pull request #2817 from NOYB/Services_/_Dynamic_DNS_-_Remove_Personalizations
(cherry picked from commit a6108e4983a8d9a75d5c607fff6538604df369a7)
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index d3fc0a1..a8ef2d0 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -322,7 +322,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp('You may enter a description here for your reference (not parsed).');
+))->setHelp('A description may be entered here for administrative reference (not parsed).');
if (isset($id) && $a_rfc2136[$id]) {
$section->addInput(new Form_Input(
@@ -343,7 +343,7 @@ if (isset($id) && $a_rfc2136[$id]) {
$form->add($section);
print($form);
-print_info_box(sprintf(gettext('You must configure a DNS server in %1$sSystem: ' .
+print_info_box(sprintf(gettext('A DNS server must be configured in %1$sSystem: ' .
'General setup %2$sor allow the DNS server list to be overridden ' .
'by DHCP/PPP on WAN for dynamic DNS updates to work.'), '<a href="system.php">', '</a>'));
OpenPOWER on IntegriCloud