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 09:49:28 -0400
commitdbe87243ffef17cc41f7fe3bc5fa02ed1372059d (patch)
tree56eff734e618ba9e637a26906696200f99925821 /src/usr/local/www/vpn_ipsec_mobile.php
parent1b2527f2935055da9233c5d617a4630e61c22496 (diff)
downloadpfsense-dbe87243ffef17cc41f7fe3bc5fa02ed1372059d.zip
pfsense-dbe87243ffef17cc41f7fe3bc5fa02ed1372059d.tar.gz
VPN / IPsec - Remove Personalizations
Remove "you" personalizations.
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