From 3ebd97ebe58f6205d70538c62110dd2c3e8f8910 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Apr 2008 02:50:01 +0000 Subject: Update OpenVPN text --- usr/local/www/firewall_aliases_edit.php | 9 ++++++--- 1 file 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 .= << -- cgit v1.1