summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-01 13:23:08 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-01 13:23:08 -0500
commita83fce46fe99362e41828d65bf77b3ce52a25496 (patch)
tree75763971e3d3518605d55e0b90887bf82684d5e3 /src/usr/local/www/vpn_ipsec_keys.php
parent36cd9f2b6fd24c0bb2e8896ff28d689169dbbcfb (diff)
downloadpfsense-a83fce46fe99362e41828d65bf77b3ce52a25496.zip
pfsense-a83fce46fe99362e41828d65bf77b3ce52a25496.tar.gz
Specify %any where identifier is "any", so the note on these pages
actually works.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php
index d5ae312..0a5edc3 100644
--- a/src/usr/local/www/vpn_ipsec_keys.php
+++ b/src/usr/local/www/vpn_ipsec_keys.php
@@ -171,7 +171,7 @@ if (is_subsystem_dirty('ipsec'))
<div class="alert alert-info">
<strong><?=gettext("Note"); ?>:</strong><br />
- <?=gettext("PSK for any user can be set by using an identifier of any/ANY")?>
+ <?=gettext("PSK for any user can be set by using an identifier of any")?>
</div>
<?php include("foot.inc"); ?> \ No newline at end of file
OpenPOWER on IntegriCloud