summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.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.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.php')
-rw-r--r--src/usr/local/www/services_unbound.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 6e83dd0..40abcd0 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -263,7 +263,7 @@ function build_if_list($selectedifs) {
return($iflist);
}
-$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("General"));
+$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("General Settings"));
$shortcut_section = "resolver";
include_once("head.inc");
@@ -281,8 +281,8 @@ if (is_subsystem_dirty('unbound')) {
}
$tab_array = array();
-$tab_array[] = array(gettext("General settings"), true, "services_unbound.php");
-$tab_array[] = array(gettext("Advanced settings"), false, "services_unbound_advanced.php");
+$tab_array[] = array(gettext("General Settings"), true, "services_unbound.php");
+$tab_array[] = array(gettext("Advanced Settings"), false, "services_unbound_advanced.php");
$tab_array[] = array(gettext("Access Lists"), false, "/services_unbound_acls.php");
display_top_tabs($tab_array, true);
OpenPOWER on IntegriCloud