summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-31 21:58:26 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-31 21:58:26 -0500
commit51d2b140793dc904ceec2753764005d857ed4190 (patch)
tree9a48b1b6360cdafa5a80d8f9973fdad419eac2ba /src/usr/local/www/services_unbound_domainoverride_edit.php
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-51d2b140793dc904ceec2753764005d857ed4190.zip
pfsense-51d2b140793dc904ceec2753764005d857ed4190.tar.gz
Correct field description
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 2f8533c..5862b15 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -143,7 +143,7 @@ $section->addInput(new Form_IpAddress(
$section->addInput(new Form_Input(
'descr',
- 'GUI Log Entries',
+ 'Description',
'text',
$pconfig['descr']
))->setHelp('You may enter a description here for your reference (not parsed).');
@@ -161,4 +161,4 @@ $form->add($section);
print $form;
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud