summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-11-25 11:31:27 -0500
committerjim-p <jimp@pfsense.org>2015-11-25 11:31:27 -0500
commita57d9fa2139437fd30dedc3c744e15174c7cd3cd (patch)
tree1d1824d52a9e9ef76aa160ee2a79219e2fdfd3e9 /src/usr/local/www/services_rfc2136.php
parent0b8328c54fcbfaec70dfc4710a419daf1be72ee9 (diff)
downloadpfsense-a57d9fa2139437fd30dedc3c744e15174c7cd3cd.zip
pfsense-a57d9fa2139437fd30dedc3c744e15174c7cd3cd.tar.gz
Add some missing privileges to pages
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index dc639af..73a5269 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -58,8 +58,8 @@
##|+PRIV
##|*IDENT=page-services-rfc2136clients
-##|*NAME=Services: RFC 2136 clients page
-##|*DESCR=Allow access to the 'Services: RFC 2136 clients' page.
+##|*NAME=Services: RFC 2136 Clients page
+##|*DESCR=Allow access to the 'Services: RFC 2136 Clients' page.
##|*MATCH=services_rfc2136.php*
##|-PRIV
@@ -93,7 +93,7 @@ else if ($_GET['act'] == "toggle") {
}
}
-$pgtitle = array(gettext("Services"), gettext("RFC 2136 clients"));
+$pgtitle = array(gettext("Services"), gettext("RFC 2136 Clients"));
include("head.inc");
$tab_array = array();
OpenPOWER on IntegriCloud