summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys_edit.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_edit.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_edit.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys_edit.php b/src/usr/local/www/vpn_ipsec_keys_edit.php
index 7f7d733..b837c34 100644
--- a/src/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/src/usr/local/www/vpn_ipsec_keys_edit.php
@@ -181,7 +181,7 @@ print $form;
<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