From: Fabrice Bellingard Date: Thu, 21 Jun 2012 08:31:57 +0000 (+0200) Subject: SONAR-3552 Fix case of title X-Git-Tag: 3.2~298 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fed84f9d23259b1026d58acc36a02f25a50cc4be;p=sonarqube.git SONAR-3552 Fix case of title --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index c73879dcbe1..10f67a4e247 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -11,7 +11,7 @@ <% end %> -

<%= message('quality_profiles.quality_profiles') -%>

+

<%= message('quality_profiles.page') -%>

<% if administrator? %>