summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-14 17:28:08 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 17:28:08 -0500
commitf7253434877138dee1262cb930e329cf65209b77 (patch)
tree3361f8a350cb3a2cfb135808f25ba19a7c2102fb /src/usr/local/www/services_captiveportal.php
parente1346a0ca9ca1110c2f377fcac830a67d5d95767 (diff)
parent2b38c46bb6ca3cc6234c6433d63ba5360d061ccc (diff)
downloadpfsense-f7253434877138dee1262cb930e329cf65209b77.zip
pfsense-f7253434877138dee1262cb930e329cf65209b77.tar.gz
Merge pull request #2637 from k-paulius/patch-6
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-rw-r--r--src/usr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index d6408e4..728d075 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -93,7 +93,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("Configuration"));
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), $a_cp[$cpzone]['zone'], gettext("Configuration"));
$shortcut_section = "captiveportal";
if ($_GET['act'] == "viewhtml") {
@@ -1057,7 +1057,7 @@ $section->addInput(new Form_Select(
'SSL Certificate',
$pconfig['certref'],
build_cert_list()
-))->setHelp('If no certificates are defined, you may define one here: ' . '<a href="system_certmanager.php">System &gt; Cert Manager</a>');
+))->setHelp('If no certificates are defined, you may define one here: ' . '<a href="system_certmanager.php">System &gt; Cert. Manager</a>');
$section->addInput(new Form_Checkbox(
'nohttpsforwards',
OpenPOWER on IntegriCloud