From: Jean-Baptiste Lievremont Date: Mon, 28 Jul 2014 15:25:13 +0000 (+0200) Subject: SONAR-5222 Use qualified l10n messages for resource configuration (project, view... X-Git-Tag: 4.5-RC1~339^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64014160d1c5ea39cc352009656f0f97f221f983;p=sonarqube.git SONAR-5222 Use qualified l10n messages for resource configuration (project, view, etc.) --- 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 @@
  • - <%= message('layout.configuration') -%> + <%= message('qualifier.configuration.' + @project.qualifier) -%>