summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-08 15:34:44 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-08 15:34:44 +0545
commit5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e (patch)
tree21779a21b15d6090be0df5c7b5c11eec8c245e9c /src/usr/local/www/services_captiveportal_hostname.php
parentb0eb674f8f9c474cbb52a468892cacf5df9e9028 (diff)
downloadpfsense-5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e.zip
pfsense-5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e.tar.gz
setHelp format for services_captiveportal
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index 4388484..aee4a71 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -29,9 +29,10 @@
$directionicons = array('to' => '&#x2192;', 'from' => '&#x2190;', 'both' => '&#x21c4;');
$notestr =
- gettext('Adding new hostnames will allow a DNS hostname access to/from the captive portal without being taken to the portal page. ' .
+ sprintf(gettext('Adding new hostnames will allow a DNS hostname access to/from the captive portal without being taken to the portal page. ' .
'This can be used for a web server serving images for the portal page, or a DNS server on another network, for example. ' .
- 'By specifying <em>from</em> addresses, it may be used to always allow pass-through access from a client behind the captive portal.');
+ 'By specifying %1$sfrom%2$s addresses, it may be used to always allow pass-through access from a client behind the captive portal.'),
+ '<em>', '</em>');
require_once("guiconfig.inc");
require_once("functions.inc");
OpenPOWER on IntegriCloud