diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-28 17:25:13 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-28 17:31:57 +0200 |
commit | 64014160d1c5ea39cc352009656f0f97f221f983 (patch) | |
tree | c4a213865b23814f99874acc6edec0636af9a888 /server/sonar-web | |
parent | 688acad64c7c649d613522c6f8537c66ab2c87bb (diff) | |
download | sonarqube-64014160d1c5ea39cc352009656f0f97f221f983.tar.gz sonarqube-64014160d1c5ea39cc352009656f0f97f221f983.zip |
SONAR-5222 Use qualified l10n messages for resource configuration (project, view, etc.)
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb index 5f61df3902f..9bda250acf5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb @@ -1,5 +1,5 @@ <li> - <a href="#" onclick="showDropdownMenu('project-settings-menu'); return false;" class="link-more" id="project-settings-menu-link"><%= message('layout.configuration') -%></a> + <a href="#" onclick="showDropdownMenu('project-settings-menu'); return false;" class="link-more" id="project-settings-menu-link"><%= message('qualifier.configuration.' + @project.qualifier) -%></a> <div id="project-settings-menu" class="dropdown-menu" style="display: none"> <% is_admin = has_role?(:admin, @project) %> |