summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-11 23:14:39 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-12 08:22:14 -0500
commita9f5d420d7dca3a83da318dd627d7ac897503231 (patch)
treec104b71bc9c5ead7f6fe6fe0b070766f78f0db7f /src/usr/local/www/services_captiveportal_hostname.php
parent26b4bef83904236516dfa87fe6716278370b72ac (diff)
downloadpfsense-a9f5d420d7dca3a83da318dd627d7ac897503231.zip
pfsense-a9f5d420d7dca3a83da318dd627d7ac897503231.tar.gz
Add colon before zone name to make it more readable.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index 70dc3b7..8a21d12 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -92,7 +92,7 @@ if (isset($cpzone) && !empty($cpzone) && isset($a_cp[$cpzone]['zoneid'])) {
$cpzoneid = $a_cp[$cpzone]['zoneid'];
}
-$pgtitle = array(gettext("Services"), gettext("Captive Portal"), sprintf(gettext("Zone %s"), $a_cp[$cpzone]['zone']), gettext("Allowed Hostnames"));
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), sprintf(gettext("Zone: %s"), $a_cp[$cpzone]['zone']), gettext("Allowed Hostnames"));
$shortcut_section = "captiveportal";
if ($_GET['act'] == "del" && !empty($cpzone) && isset($cpzoneid)) {
OpenPOWER on IntegriCloud