Indicate filters might have matched more than the test found.

Due to the limits set when testing a filter it's possible more results (some of which the user may be expecting to see) aren't displayed.
This commit is contained in:
wn_
2025-02-08 16:55:39 +00:00
parent a34927d184
commit 708563acd4

View File

@@ -72,7 +72,7 @@ const Filters = {
loading_message.innerHTML = __("Articles matching this filter:"); loading_message.innerHTML = __("Articles matching this filter:");
} else { } 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); .replace("%d", test_dialog.results);
} }