]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3552 Fix case of title
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Jun 2012 08:31:57 +0000 (10:31 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Jun 2012 08:31:57 +0000 (10:31 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb

index c73879dcbe1d3a85935da451cf4296d44c2b4dd5..10f67a4e247bbe96c18f8b3c3dc90d7516f5acda 100644 (file)
@@ -11,7 +11,7 @@
     </li>
   </ul>
 <% end %>
-  <h1 class="marginbottom10"><%= message('quality_profiles.quality_profiles') -%></h1>
+  <h1 class="marginbottom10"><%= message('quality_profiles.page') -%></h1>
 </div>
 
 <% if administrator? %>