aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-22 17:10:36 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-22 17:10:45 +0200
commit791f266fcc7521fc73310135d3d462f7f0aa3363 (patch)
tree57a1238ba9b22d754672f605b799ae462a5b2c5d
parent44f9112e5cf4573fafbac8766d07d49624cfbf18 (diff)
downloadsonarqube-791f266fcc7521fc73310135d3d462f7f0aa3363.tar.gz
sonarqube-791f266fcc7521fc73310135d3d462f7f0aa3363.zip
improve the "max results reached" message in issues filter widget
-rw-r--r--server/sonar-web/src/main/js/widgets/issue-filter/templates/_widget-issue-filter-limit.hbs2
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
2 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/widgets/issue-filter/templates/_widget-issue-filter-limit.hbs b/server/sonar-web/src/main/js/widgets/issue-filter/templates/_widget-issue-filter-limit.hbs
index 6da82834180..35f62858dd5 100644
--- a/server/sonar-web/src/main/js/widgets/issue-filter/templates/_widget-issue-filter-limit.hbs
+++ b/server/sonar-web/src/main/js/widgets/issue-filter/templates/_widget-issue-filter-limit.hbs
@@ -1 +1 @@
-<div class="note text-center spacer-top">{{tp 'max_items_reached' maxResults}}</div>
+<div class="note text-center spacer-top">{{tp 'max_results_reached' maxResults}}</div>
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 61a04dfadf8..44d646999a5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -90,6 +90,7 @@ login=Login
major=Major
max=Max
max_items_reached=Only the first {0} components are displayed
+max_results_reached=Only the first {0} results are displayed
me=Me
min=Min
minor=Minor