From dbe87243ffef17cc41f7fe3bc5fa02ed1372059d Mon Sep 17 00:00:00 2001 From: NOYB Date: Fri, 1 Apr 2016 00:05:47 -0700 Subject: VPN / IPsec - Remove Personalizations Remove "you" personalizations. --- src/usr/local/www/vpn_ipsec_keys.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/vpn_ipsec_keys.php') diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php index 00834c9..84649e8 100644 --- a/src/usr/local/www/vpn_ipsec_keys.php +++ b/src/usr/local/www/vpn_ipsec_keys.php @@ -112,7 +112,7 @@ if ($savemsg) { } if (is_subsystem_dirty('ipsec')) { - print_apply_box(gettext("The IPsec tunnel configuration has been changed.") . "
" . gettext("You must apply the changes in order for them to take effect.")); + print_apply_box(gettext("The IPsec tunnel configuration has been changed.") . "
" . gettext("The changes must be applied for them to take effect.")); } $tab_array = array(); -- cgit v1.1