aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-08-15 23:15:43 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-08-16 22:43:40 +0200
commit8aec473335220716f4d4c68f8075a8248597e363 (patch)
tree00a2b1e2a545b89fafc27274f9b566712117a980
parent804d3141d8dee14082a9a10b75ad191e386c5576 (diff)
downloadsonarqube-8aec473335220716f4d4c68f8075a8248597e363.tar.gz
sonarqube-8aec473335220716f4d4c68f8075a8248597e363.zip
Add missing l10n key in the page filters
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
index 78b86a04143..762d8e3a30a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
@@ -86,7 +86,7 @@
</tr>
<% end %>
<% if @filter_context.empty? %>
- <tr class="even"><td colspan="<%= 1+filter.columns.size -%>">No results.</td></tr>
+ <tr class="even"><td colspan="<%= 1+filter.columns.size -%>"><%= message('no_results') -%></td></tr>
<% else %>
<%
@filter_context.page_sorted_snapshot_ids.each do |snapshot_id|