From fed84f9d23259b1026d58acc36a02f25a50cc4be Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 21 Jun 2012 10:31:57 +0200 Subject: [PATCH] SONAR-3552 Fix case of title --- .../src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? %> -- 2.39.5