summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-26 02:50:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-26 02:50:01 +0000
commit3ebd97ebe58f6205d70538c62110dd2c3e8f8910 (patch)
treec6813b4827858f4ad40628e00a215a4459bd7831 /usr
parent6e7e1814796eaeab0b433c7abd6c464db68786b2 (diff)
downloadpfsense-3ebd97ebe58f6205d70538c62110dd2c3e8f8910.zip
pfsense-3ebd97ebe58f6205d70538c62110dd2c3e8f8910.tar.gz
Update OpenVPN text
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index d106262..a1d1171 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -359,13 +359,16 @@ $ports_str = gettext("Port(s)");
$port_str = gettext("Port");
$url_str = gettext("URL");
$update_freq_str = gettext("Update Freq.");
-$openvpn_user_str = gettext("OpenVPN Users");
$networks_help = gettext("Networks can be expressed like 10.0.0.0 format. Select the CIDR (network mask) that pertains to each entry.");
$hosts_help = gettext("Enter as many hosts as you would like. Hosts should be expressed in their ip address format.");
$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon.");
$url_help = gettext("Enter as many urls as you wish. Also set the time that you would like the url refreshed in days. After saving {$g['product_name']} will download the URL and import the items into the alias.");
+$openvpn_str = gettext("Username");
+$openvpn_user_str = gettext("OpenVPN Users");
+$openvpn_help = gettext("Enter as many usernames as you wish.");
+
$jscriptstr .= <<<EOD
function update_box_type() {
@@ -407,10 +410,10 @@ function update_box_type() {
document.getElementById ("addressnetworkport").firstChild.data = "{$openvpn_user_str}";
document.getElementById ("address_subnet").visible = false;
document.getElementById ("address_subnet").disabled = false;
- document.getElementById ("onecolumn").firstChild.data = "{$url_str}";
+ document.getElementById ("onecolumn").firstChild.data = "{$openvpn_str}";
document.getElementById ("twocolumn").firstChild.data = "{$update_freq_str}";
document.getElementById ("threecolumn").firstChild.data = "{$description_str}";
- document.getElementById ("itemhelp").firstChild.data = "{$url_help}";
+ document.getElementById ("itemhelp").firstChild.data = "{$openvpn_help}";
}
}
</script>
OpenPOWER on IntegriCloud