summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-20 13:39:04 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-20 13:39:19 -0500
commit2794ddb451f6304e5781cfa8a7e7b07969941209 (patch)
treea91d53bd703d668ee23197b6c238f29e5079811c /src/usr/local/www/firewall_rules.php
parentb5ccfb0bf3c67d898cfa9e2df8e885df61e1bc69 (diff)
downloadpfsense-2794ddb451f6304e5781cfa8a7e7b07969941209.zip
pfsense-2794ddb451f6304e5781cfa8a7e7b07969941209.tar.gz
Comment fix
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 6d9e130..3dfaf59 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -916,7 +916,7 @@ events.push(function() {
});
}
- // provide a warning message if hte user tries to change page before saving
+ // provide a warning message if the user tries to change page before saving
$(window).bind('beforeunload', function(){
if ((!saving && dirty) || newSeperator) {
return ("<?=gettext('You have moved one or more rules but have now yet saved')?>");
OpenPOWER on IntegriCloud