diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-15 18:18:44 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-15 18:19:02 +0200 |
commit | 5c7c196f58656ac380cc811d929dc6c9750058a7 (patch) | |
tree | e7b83df9f74e7af1d4b5e422ce951a76d5dbe1d2 | |
parent | 5c83bdfe69e111899b00583f2904703a9d55c93c (diff) | |
download | sonarqube-5c7c196f58656ac380cc811d929dc6c9750058a7.tar.gz sonarqube-5c7c196f58656ac380cc811d929dc6c9750058a7.zip |
Rename project 'Quality Profile' page to 'Quality Profiles'
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li class="h2"><%= message('sidebar.project_settings') -%></li> <% if (@project.project?) %> <li class="<%= 'selected' if request.request_uri.include?('/project/profile') -%>"> - <a href="<%= ApplicationController.root_context -%>/project/profile/<%= @project.id -%>"><%= message('project_quality_profile.page') -%></a></li> + <a href="<%= ApplicationController.root_context -%>/project/profile/<%= @project.id -%>"><%= message('project_quality_profiles.page') -%></a></li> <% end %> <li class="<%= 'selected' if request.request_uri.include?('/manual_measures') -%>"> <a href="<%= ApplicationController.root_context -%>/manual_measures/index/<%= @project.id -%>"><%= message('manual_measures.page') -%></a></li> |