From 1d595d0b11b701a1d2abf4d71efcd18b57e9396b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 5 Jun 2013 09:37:51 +0200 Subject: [PATCH] SONAR-4319 fix footer label --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 24595ec0745..502626d9df0 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -306,7 +306,7 @@ layout.settings=Settings layout.print=Print layout.permalink=Permalink layout.sonar.slogan=Embrace Quality -layout.powered_by=Powered by +layout.sonarqube_powered_by=SonarQube™ technology powered by layout.documentation=Documentation layout.ask_a_questions=Ask a question layout.get_support=Get Support 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 504cc9be596..b5eb71a2b68 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 @@ -192,9 +192,7 @@ <% end %> <% end %>