summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-11 23:48:26 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-12 08:22:14 -0500
commitc8f6b745991bfa2bbb6410722d6e09860169af6c (patch)
treefe652ceda81e13393dace5bc4fa128ad812b28d3 /src/usr/local/www/services_unbound_advanced.php
parenta9f5d420d7dca3a83da318dd627d7ac897503231 (diff)
downloadpfsense-c8f6b745991bfa2bbb6410722d6e09860169af6c.zip
pfsense-c8f6b745991bfa2bbb6410722d6e09860169af6c.tar.gz
Synchronize page title with tab title. Convert page title to title case.
Diffstat (limited to 'src/usr/local/www/services_unbound_advanced.php')
-rw-r--r--src/usr/local/www/services_unbound_advanced.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound_advanced.php b/src/usr/local/www/services_unbound_advanced.php
index 60c117f..f1730f1 100644
--- a/src/usr/local/www/services_unbound_advanced.php
+++ b/src/usr/local/www/services_unbound_advanced.php
@@ -218,7 +218,7 @@ if ($_POST) {
}
}
-$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Advanced"));
+$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Advanced Settings"));
$shortcut_section = "resolver";
include_once("head.inc");
@@ -235,8 +235,8 @@ if (is_subsystem_dirty('unbound')) {
}
$tab_array = array();
-$tab_array[] = array(gettext("General settings"), false, "services_unbound.php");
-$tab_array[] = array(gettext("Advanced settings"), true, "services_unbound_advanced.php");
+$tab_array[] = array(gettext("General Settings"), false, "services_unbound.php");
+$tab_array[] = array(gettext("Advanced Settings"), true, "services_unbound_advanced.php");
$tab_array[] = array(gettext("Access Lists"), false, "/services_unbound_acls.php");
display_top_tabs($tab_array, true);
OpenPOWER on IntegriCloud