summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
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