diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-02-08 17:19:20 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-02-08 17:19:20 +0000 |
| commit | 169ff6de341b20803796298d8ffea3ee4c4c4f09 (patch) | |
| tree | db2c7c8796359accedeb6c6d06842d4895c9821c /js | |
| parent | 59b94a9e455dabd54dfc7684637333826d70306f (diff) | |
| parent | 708563acd4aac95bc7a02b4b4e1f3725ad84fe8a (diff) | |
Merge branch 'feature/filter-test-cleanup' into 'master'
Clean up 'Pref_Filters::testFilterDo()'.
See merge request tt-rss/tt-rss!100
Diffstat (limited to 'js')
| -rw-r--r-- | js/CommonFilters.js | 2 |
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); } |