]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3825 Improve label "Shared by [Sonar]"
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 11 Dec 2012 09:30:20 +0000 (10:30 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 11 Dec 2012 09:30:20 +0000 (10:30 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb

index a3bce8fe26c60a7a5897c0f981dc6cb5171485f8..a130ddb9c52f28a06694407a6a447a31815532e5 100644 (file)
                 <% end %>
               </td>
               <td>
-                <%= filter.user ? h(filter.user.name) : '-' -%>
+                <%= filter.user ? h(filter.user.name) : '[Sonar]' -%>
               </td>
               <td class="thin nowrap right">
                 <a id="copy-<%= filter.name.parameterize -%>" href="<%= ApplicationController.root_context -%>/measures/copy_form/<%= filter.id -%>" class="link-action open-modal"><%= message('copy') -%></a>