summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
committerPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
commitf3e8f7f5e64b792c3a147b363943bdb9cae427c8 (patch)
tree1f26371a7ac15a94e562d52139eb04f4b5720bef /src/usr/local/www/vpn_openvpn_client.php
parent224e1648174e4a27b7f091fe348a81c74bacf23e (diff)
downloadpfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.zip
pfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.tar.gz
Redmine #7422 remove bogus z at end of words
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 9bf5a7a..71f0072 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -717,7 +717,7 @@ if ($act=="new" || $act=="edit"):
'%1$s%2$s%3$s',
'<div class="infoblock">',
sprint_info_box(gettext('When both peers support NCP and have it enabled, NCP overrides the Encryption Algorithm above.') . '<br />' .
- gettext('When disabled, only the selected Encryption Algorithm is allowedz.'), 'info', false),
+ gettext('When disabled, only the selected Encryption Algorithm is allowed.'), 'info', false),
'</div>');
foreach (explode(",", $pconfig['ncp-ciphers']) as $cipher) {
OpenPOWER on IntegriCloud