summaryrefslogtreecommitdiff
path: root/js/CommonFilters.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-14 17:44:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-14 17:44:53 +0300
commit8c49689fda16ed6780f95a5bc9db0f2a34e2f770 (patch)
treef0d13f3cf6c60e4e2f7fc5c7c53948b75dca0f3d /js/CommonFilters.js
parent0efb6e1bc2e630cb2bc5732ac68979d27a828037 (diff)
filter test results: remove table bloat
Diffstat (limited to 'js/CommonFilters.js')
-rw-r--r--js/CommonFilters.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index fb2061ea3..a8171f64f 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -218,7 +218,8 @@ define(["dojo/_base/declare"], function (declare) {
Element.hide("prefFilterLoadingIndicator");
if (test_dlg.results == 0) {
- $("prefFilterTestResultList").innerHTML = "<tr><td align='center'>No recent articles matching this filter have been found.</td></tr>";
+ $("prefFilterTestResultList").innerHTML = `<tr><td align='center'>
+ ${__('No recent articles matching this filter have been found.')}</td></tr>`;
$("prefFilterProgressMsg").innerHTML = "Articles matching this filter:";
} else {
$("prefFilterProgressMsg").innerHTML = __("Found %d articles matching this filter:")