summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-07 15:21:55 -0200
committerRenato Botelho <renato@netgate.com>2015-12-07 15:21:55 -0200
commitf708dec69439f0f2c02dd98d3960863bb3bfdbe2 (patch)
tree7c2e087ec6edaa3e519446c3057607de600843db
parentff21039be3a1a5acd8b6040b3bacdf79c5210745 (diff)
parent0e0c452327a2d51f2cbf851363fe97a414d437f3 (diff)
downloadpfsense-f708dec69439f0f2c02dd98d3960863bb3bfdbe2.zip
pfsense-f708dec69439f0f2c02dd98d3960863bb3bfdbe2.tar.gz
Merge pull request #2178 from phil-davis/services-ntp
-rw-r--r--src/usr/local/www/services_ntpd.php2
-rw-r--r--src/usr/local/www/services_ntpd_gps.php2
-rw-r--r--src/usr/local/www/services_ntpd_pps.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php
index 3340bdf..6e6413f 100644
--- a/src/usr/local/www/services_ntpd.php
+++ b/src/usr/local/www/services_ntpd.php
@@ -268,7 +268,7 @@ if (empty($pconfig['interface'])) {
} else {
$pconfig['interface'] = explode(",", $pconfig['interface']);
}
-$pgtitle = array(gettext("Services"), gettext("NTP"));
+$pgtitle = array(gettext("Services"), gettext("NTP"), gettext("NTP"));
$shortcut_section = "ntp";
include("head.inc");
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index e457fd9..154d91b 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -224,7 +224,7 @@ function build_nmea_list() {
$closehead = false;
$pconfig = &$config['ntpd']['gps'];
-$pgtitle = array(gettext("Services"), gettext("NTP GPS"));
+$pgtitle = array(gettext("Services"), gettext("NTP"), gettext("Serial GPS"));
$shortcut_section = "ntp";
include("head.inc");
diff --git a/src/usr/local/www/services_ntpd_pps.php b/src/usr/local/www/services_ntpd_pps.php
index 1f836cf..c2f6423 100644
--- a/src/usr/local/www/services_ntpd_pps.php
+++ b/src/usr/local/www/services_ntpd_pps.php
@@ -136,7 +136,7 @@ if ($_POST) {
$pconfig = &$config['ntpd']['pps'];
-$pgtitle = array(gettext("Services"), gettext("NTP PPS"));
+$pgtitle = array(gettext("Services"), gettext("NTP"), gettext("PPS"));
$shortcut_section = "ntp";
include("head.inc");
OpenPOWER on IntegriCloud