From 31345a8e1a2b6f2860a84041d36c1fed09b3a362 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 13 Dec 2012 13:54:52 +0100 Subject: [PATCH] Fix missing message . --- .../src/main/resources/org/sonar/l10n/core.properties | 1 + .../main/webapp/WEB-INF/app/views/all_projects/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 296540d7726..d56128bf503 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -519,6 +519,7 @@ reviews.filtered_by.to=To date #------------------------------------------------------------------------------ all-projects.cols.name=Name +all-projects.results_not_display_due_to_security=Due to security settings, some results are not being displayed. #------------------------------------------------------------------------------ diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/all_projects/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/all_projects/index.html.erb index 1193aac805d..4a65fb9a4d1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/all_projects/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/all_projects/index.html.erb @@ -5,7 +5,7 @@
<% if @filter.security_exclusions %> -

<%= message('rows_not_display_due_to_security') -%>

+

<%= message('all-projects.results_not_display_due_to_security') -%>

<% end %> <% -- 2.39.5