From 5c7c196f58656ac380cc811d929dc6c9750058a7 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 15 Oct 2012 18:18:44 +0200 Subject: [PATCH] Rename project 'Quality Profile' page to 'Quality Profiles' --- .../src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 19ba632075d..84e35fd4a3b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -90,7 +90,7 @@
  • <%= message('sidebar.project_settings') -%>
  • <% if (@project.project?) %>
  • - <%= message('project_quality_profile.page') -%>
  • + <%= message('project_quality_profiles.page') -%> <% end %>
  • <%= message('manual_measures.page') -%>
  • -- 2.39.5