From 8aec473335220716f4d4c68f8075a8248597e363 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 15 Aug 2011 23:15:43 +0200 Subject: [PATCH] Add missing l10n key in the page filters --- .../src/main/webapp/WEB-INF/app/views/filters/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- 2.39.5