From: simonbrandhof Date: Mon, 15 Aug 2011 21:15:43 +0000 (+0200) Subject: Add missing l10n key in the page filters X-Git-Tag: 2.11^2~146 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8aec473335220716f4d4c68f8075a8248597e363;p=sonarqube.git Add missing l10n key in the page filters --- 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 @@ <% end %> <% if @filter_context.empty? %> - No results. + <%= message('no_results') -%> <% else %> <% @filter_context.page_sorted_snapshot_ids.each do |snapshot_id|