diff options
author | Phil Davis <phil.davis@inf.org> | 2015-05-30 11:18:56 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-05-30 11:18:56 +0545 |
commit | a880f8b843ade47d26a2766e09b5312763af908f (patch) | |
tree | f2f6bc782ec152cb670045b83525ffa7106891d7 /usr/local/www/system_authservers.php | |
parent | 5dcec9f242a94894086dd425ecf9d2f00ccdebd5 (diff) | |
download | pfsense-a880f8b843ade47d26a2766e09b5312763af908f.zip pfsense-a880f8b843ade47d26a2766e09b5312763af908f.tar.gz |
system_authservers text typo
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r-- | usr/local/www/system_authservers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php index 2588dda..db2de17 100644 --- a/usr/local/www/system_authservers.php +++ b/usr/local/www/system_authservers.php @@ -543,7 +543,7 @@ function select_clicked() { <option value="<?=$ca['refid'];?>" <?=$selected;?>><?=$ca['descr'];?></option> <?php endforeach; ?> </select> - <br /><span><?=gettext("This option is used if 'SSL Encrypted' option is choosen.");?> <br /> + <br /><span><?=gettext("This option is used if 'SSL Encrypted' option is chosen.");?> <br /> <?=gettext("It must match with the CA in the AD otherwise problems will arise.");?></span> <?php else: ?> <b>No Certificate Authorities defined.</b> <br />Create one under <a href="system_camanager.php">System > Cert Manager</a>. |