summaryrefslogtreecommitdiffstats
path: root/interface/js/app/history.js
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r--interface/js/app/history.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index c2e866880..3e8010de4 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -368,7 +368,7 @@ function($, _, Humanize) {
FooTable.actionFilter = FooTable.Filtering.extend({
construct : function(instance) {
this._super(instance);
- this.actions = [ 'reject', 'add_header', 'greylist',
+ this.actions = [ 'reject', 'add header', 'greylist',
'no action', 'soft reject' ];
this.def = 'Any action';
this.$action = null;
@@ -631,4 +631,4 @@ function($, _, Humanize) {
interface.setup = function(rspamd, tables) {
};
return interface;
-}); \ No newline at end of file
+});