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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user