summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph_settings.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-12 23:05:49 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commitf47414213f35ec80fc23925e34d4b1a653107dad (patch)
treefbeee7e1e7d807dbd1cd4f824d4c40a9e53ff021 /src/usr/local/www/status_rrd_graph_settings.php
parentd85a1b530ae9658856bca1524c3ee9a2535f2987 (diff)
downloadpfsense-f47414213f35ec80fc23925e34d4b1a653107dad.zip
pfsense-f47414213f35ec80fc23925e34d4b1a653107dad.tar.gz
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Diffstat (limited to 'src/usr/local/www/status_rrd_graph_settings.php')
-rw-r--r--src/usr/local/www/status_rrd_graph_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_rrd_graph_settings.php b/src/usr/local/www/status_rrd_graph_settings.php
index 4e6161e..3b8243e 100644
--- a/src/usr/local/www/status_rrd_graph_settings.php
+++ b/src/usr/local/www/status_rrd_graph_settings.php
@@ -162,7 +162,7 @@ if ($cellular) {
}
if ($vpnusers) {
- $tab_array[] = array(gettext("VPN"), ($curcat == "vpnusers"), "status_rrd_graph.php?cat=vpnusers");
+ $tab_array[] = array(gettext("VPN Users"), ($curcat == "vpnusers"), "status_rrd_graph.php?cat=vpnusers");
}
if ($captiveportal) {
@@ -170,7 +170,7 @@ if ($captiveportal) {
}
if ($ntpd) {
- $tab_array[] = array(gettext("NTPD"), ($curcat == "ntpd"), "status_rrd_graph.php?cat=ntpd");
+ $tab_array[] = array(gettext("NTP"), ($curcat == "ntpd"), "status_rrd_graph.php?cat=ntpd");
}
if ($dhcpd) {
OpenPOWER on IntegriCloud