luci-app-firewall: fix misspelling of restrictions
[project/luci.git] / applications / luci-app-firewall / htdocs / luci-static / resources / view / firewall / rules.js
index 2afb438969e319786cc5f1b78075aca60dcabd68..c579c4aab18c382bef740cd29c9489d58cc7cf7e 100644 (file)
@@ -240,7 +240,7 @@ return view.extend({
                        var stop_date = uci.get('firewall', section_id, 'stop_date');
 
                        if (weekdays || monthdays || start_time || stop_time || start_date || stop_date )
-                               return _('Time restritions are enabled for this rule');
+                               return _('Time restrictions are enabled for this rule');
 
                        return null;
                };