diff --git a/core/modules/wiki.filters.js b/core/modules/wiki.filters.js index e1cfa487f..acf496ba7 100644 --- a/core/modules/wiki.filters.js +++ b/core/modules/wiki.filters.js @@ -185,7 +185,7 @@ exports.operators = { }, "sort": { selector: function(operator) { - throw "Cannot use sort operator at the start of a sort operation"; + throw "Cannot use sort operator at the start of a filter operation"; }, filter: function(operator) { var desc = operator.prefix === "!" ? "true" : "false";