summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-26 11:57:50 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-26 11:57:50 -0500
commit473d465e1e853f21f40c57d08e21c01b8639a93d (patch)
tree4aeb16e6f4ba7cf50fbf0bf0d97d3a0fe98a2cca /src/usr/local/www/services_captiveportal_hostname_edit.php
parent5c5325dcbc967c42acd09fbaeeb7309604199c82 (diff)
parent4bb378a2dc2088a949701ec25a04ebba57e46daf (diff)
downloadpfsense-473d465e1e853f21f40c57d08e21c01b8639a93d.zip
pfsense-473d465e1e853f21f40c57d08e21c01b8639a93d.tar.gz
Merge pull request #2542 from phil-davis/gt12
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname_edit.php b/src/usr/local/www/services_captiveportal_hostname_edit.php
index 5d828d1..d36fc80 100644
--- a/src/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/src/usr/local/www/services_captiveportal_hostname_edit.php
@@ -145,7 +145,7 @@ if ($_POST) {
}
if ($ipent['hostname'] == $_POST['hostname']) {
- $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ;
+ $input_errors[] = sprintf(gettext("Hostname [%s] already allowed."), $_POST['hostname']) ;
break ;
}
}
OpenPOWER on IntegriCloud