summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-09 16:22:29 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-09 16:22:29 +0545
commit781d9ce43324b73dfbec26220a440c604a26658d (patch)
treed00d4e1bad8ecc312de9c4b32377c3c030a1b420 /src/usr/local/www/system_authservers.php
parentf0136b178022cf3b04a6c3d577d457cf3bc03418 (diff)
downloadpfsense-781d9ce43324b73dfbec26220a440c604a26658d.zip
pfsense-781d9ce43324b73dfbec26220a440c604a26658d.tar.gz
setHelp and gettext for system*
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 67953c2..7d9e186 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -601,7 +601,7 @@ $group->add(new Form_Input(
$pconfig['ldap_authcn']
))->setHelp('Note: Semi-Colon separated. This will be prepended to the search '.
'base dn above or the full container path can be specified containing a dc= '.
- 'component.<br/>Example: CN=Users;DC=example,DC=com or OU=Staff;OU=Freelancers');
+ 'component.%1$sExample: CN=Users;DC=example,DC=com or OU=Staff;OU=Freelancers', '<br/>');
$group->add(new Form_Button(
'Select',
OpenPOWER on IntegriCloud