]> source.dussan.org Git - sonarqube.git/commitdiff
Fix missing message .
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 13 Dec 2012 12:54:52 +0000 (13:54 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 13 Dec 2012 12:55:31 +0000 (13:55 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/all_projects/index.html.erb

index 296540d7726dcd9c5c9267473ffa32e4d1b229f7..d56128bf503ae3293d431e5149b3d6b78dc124d8 100644 (file)
@@ -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.
 
 
 #------------------------------------------------------------------------------
index 1193aac805d5342b15cdada12a4a16c9a6d7ce28..4a65fb9a4d1539d660e5e2474fca35d333680173 100644 (file)
@@ -5,7 +5,7 @@
   <div id="all-projects">
 
     <% if @filter.security_exclusions %>
-      <p class="notes"><%= message('rows_not_display_due_to_security') -%></p>
+      <p class="notes"><%= message('all-projects.results_not_display_due_to_security') -%></p>
     <% end %>
 
     <%