diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-21 10:31:57 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-21 10:31:57 +0200 |
commit | fed84f9d23259b1026d58acc36a02f25a50cc4be (patch) | |
tree | 5458b98db10c31fbd36d4ad50c602ea8a4157267 | |
parent | e84581345edc81645ba5cef49e17053390ecb2e0 (diff) | |
download | sonarqube-fed84f9d23259b1026d58acc36a02f25a50cc4be.tar.gz sonarqube-fed84f9d23259b1026d58acc36a02f25a50cc4be.zip |
SONAR-3552 Fix case of title
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </li> </ul> <% end %> - <h1 class="marginbottom10"><%= message('quality_profiles.quality_profiles') -%></h1> + <h1 class="marginbottom10"><%= message('quality_profiles.page') -%></h1> </div> <% if administrator? %> |