diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-11-16 18:07:57 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-11-16 18:09:28 +0100 |
commit | 640a441d745476008b20006140c4d3b0e88d06b0 (patch) | |
tree | 656114807be027d809a60789c7196b9342a69e88 /server/sonar-web | |
parent | 3fbca710166bc435d3c957088e253044a1588e9e (diff) | |
download | sonarqube-640a441d745476008b20006140c4d3b0e88d06b0.tar.gz sonarqube-640a441d745476008b20006140c4d3b0e88d06b0.zip |
SONAR-8385 apply feedback
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/about/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/about/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/about/index.html.erb index efaf6f1c578..fcb9a089ebf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/about/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/about/index.html.erb @@ -1,7 +1,7 @@ <% content_for :extra_script do %> <script> window.sonarqube.signUpAllowed = <%= Property.value("sonar.allowUsersToSignUp") == "true" ? "true" : "false" -%>; - window.sonarqube.landingText = '<%= escape_javascript configuration("sonar.lf.landingText", "") -%>'; + window.sonarqube.landingText = '<%= escape_javascript configuration("sonar.lf.aboutText", "") -%>'; <% auth_providers = Api::Utils.java_facade.getIdentityProviders().to_a %> window.sonarqube.authProviders = [ |