summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-01 00:05:47 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 11:40:01 -0400
commitfee8ef4f55ed86935d82246ee1f28eb6a6e018f8 (patch)
treea32b061c641d0d35f1933d8b84ef7e356c392613 /src/usr/local/www/vpn_ipsec_mobile.php
parent78aee67a9e8ddb40d10c965ee8ce1ad1389d25f6 (diff)
downloadpfsense-fee8ef4f55ed86935d82246ee1f28eb6a6e018f8.zip
pfsense-fee8ef4f55ed86935d82246ee1f28eb6a6e018f8.tar.gz
VPN / IPsec - Remove Personalizations
Remove "you" personalizations. (cherry picked from commit dbe87243ffef17cc41f7fe3bc5fa02ed1372059d)
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_mobile.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_mobile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_mobile.php b/src/usr/local/www/vpn_ipsec_mobile.php
index dd113fe..6b03e17 100644
--- a/src/usr/local/www/vpn_ipsec_mobile.php
+++ b/src/usr/local/www/vpn_ipsec_mobile.php
@@ -437,7 +437,7 @@ if ($savemsg) {
print_info_box($savemsg, 'success');
}
if (is_subsystem_dirty('ipsec')) {
- print_apply_box(gettext("The IPsec tunnel configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
+ print_apply_box(gettext("The IPsec tunnel configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
foreach ($a_phase1 as $ph1ent) {
if (isset($ph1ent['mobile'])) {
OpenPOWER on IntegriCloud