From 2fabe5fa2fb0169207f740cabbc7d0b000396f63 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 4 Apr 2016 09:27:36 -0400 Subject: Merge pull request #2816 from NOYB/Services_/_DNS_Resolver_-_Remove_Personalizations (cherry picked from commit 09aad9f8a6f190f4ca5cf2f08a824af695da6304) --- src/usr/local/www/services_unbound_host_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_unbound_host_edit.php') diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php index 3ae8c7f..fadc451 100644 --- a/src/usr/local/www/services_unbound_host_edit.php +++ b/src/usr/local/www/services_unbound_host_edit.php @@ -270,7 +270,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_hosts[$id]) { $section->addInput(new Form_Input( -- cgit v1.1