summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-26 02:54:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-26 02:54:19 +0000
commit4c743413a6644f1423af9329614f73356eff5e17 (patch)
tree58a3f01cbef086c5fd5dcd1adbb141d38afcf5e0
parent3ebd97ebe58f6205d70538c62110dd2c3e8f8910 (diff)
downloadpfsense-4c743413a6644f1423af9329614f73356eff5e17.zip
pfsense-4c743413a6644f1423af9329614f73356eff5e17.tar.gz
Update frequecy string
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index a1d1171..6cc6232 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -368,6 +368,7 @@ $url_help = gettext("Enter as many urls as you wish. Also set the time that you
$openvpn_str = gettext("Username");
$openvpn_user_str = gettext("OpenVPN Users");
$openvpn_help = gettext("Enter as many usernames as you wish.");
+$openvpn_freq = gettext("");
$jscriptstr .= <<<EOD
@@ -411,7 +412,7 @@ function update_box_type() {
document.getElementById ("address_subnet").visible = false;
document.getElementById ("address_subnet").disabled = false;
document.getElementById ("onecolumn").firstChild.data = "{$openvpn_str}";
- document.getElementById ("twocolumn").firstChild.data = "{$update_freq_str}";
+ document.getElementById ("twocolumn").firstChild.data = "{$openvpn_freq}";
document.getElementById ("threecolumn").firstChild.data = "{$description_str}";
document.getElementById ("itemhelp").firstChild.data = "{$openvpn_help}";
}
OpenPOWER on IntegriCloud