]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3825 fix l10n message
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 14:58:08 +0000 (15:58 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 16:29:02 +0000 (17:29 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb

index 820f2f55969f73fb9401e3303317ea881f817ab2..0ee639049e0f10f31fd09b27877ad3424c41d352 100644 (file)
@@ -97,7 +97,7 @@
         <tbody>
         <% if @shared_filters.empty? %>
           <tr class="even">
-            <td colspan="4"><%= message('filters.no_filters') -%></td>
+            <td colspan="4"><%= message('measure_filter.no_filters') -%></td>
           </tr>
         <% else %>
           <% @shared_filters.each do |filter| %>