diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb index a3bce8fe26c..a130ddb9c52 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb @@ -112,7 +112,7 @@ <% 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> |