mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 07:36:10 +02:00
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:
parent
a34927d184
commit
708563acd4
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user