summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-02-08 15:59:04 +0545
committerPhil Davis <phil.davis@inf.org>2016-02-08 15:59:04 +0545
commit3e623a181d14dcefebd6be7c0e991c4ccb34714e (patch)
tree3a971b05b12b26321a695a1a39004f30b0b677ff /src/usr/local/www/vpn_openvpn_client.php
parent1f97f2e6f6d7ea7c5212dc0a2a84df93a4124067 (diff)
downloadpfsense-3e623a181d14dcefebd6be7c0e991c4ccb34714e.zip
pfsense-3e623a181d14dcefebd6be7c0e991c4ccb34714e.tar.gz
Internationalize vpn*.php
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 43549c4..abd52fb 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -123,7 +123,7 @@ if ($_GET['act'] == "del") {
}
unset($a_client[$id]);
write_config();
- $savemsg = gettext("Client successfully deleted")."<br />";
+ $savemsg = gettext("Client successfully deleted");
}
if ($_GET['act'] == "new") {
@@ -712,7 +712,7 @@ if ($act=="new" || $act=="edit"):
'changing the routing tables. Expressed as a comma-separated list of one or more IP/PREFIX. ' .
'If this is a site-to-site VPN, enter the remote LAN/s here. You may leave this blank if you don\'t want a site-to-site VPN.');
-$section->addInput(new Form_Input(
+ $section->addInput(new Form_Input(
'use_shaper',
'Limit outgoing bandwidth',
'number',
OpenPOWER on IntegriCloud