summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/CommonFilters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 6a85bf86c..fb1cfacb9 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -72,7 +72,7 @@ const Filters = {
loading_message.innerHTML = __("Articles matching this filter:");
} else {
- loading_message.innerHTML = __("Found %d articles matching this filter:")
+ loading_message.innerHTML = __("Found at least %d articles matching this filter:")
.replace("%d", test_dialog.results);
}