summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:22:50 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commitf990294f4f5248e2c1f995156d5208ab244dc53d (patch)
treeb4aae04e86a076dca032aaccb4ec98eef1bf2399 /src/usr/local/www/services_captiveportal_mac_edit.php
parenta6a6ee009217e485e91c7e88830820b69faf4a32 (diff)
downloadpfsense-f990294f4f5248e2c1f995156d5208ab244dc53d.zip
pfsense-f990294f4f5248e2c1f995156d5208ab244dc53d.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/services_captiveportal_mac_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php
index 1d8e4fe..f226d73 100644
--- a/src/usr/local/www/services_captiveportal_mac_edit.php
+++ b/src/usr/local/www/services_captiveportal_mac_edit.php
@@ -98,7 +98,7 @@ if (!is_array($config['captiveportal'])) {
}
$a_cp =& $config['captiveportal'];
-$pgtitle = array(gettext("Services"), gettext("Captive Portal"), sprintf(gettext("Zone: %s"), $a_cp[$cpzone]['zone']), gettext("MAC"), gettext("Edit"));
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), sprintf(gettext("Zone: %s"), $a_cp[$cpzone]['zone']), gettext("MACs"), gettext("Edit"));
$shortcut_section = "captiveportal";
if (is_numericint($_GET['id'])) {
OpenPOWER on IntegriCloud