aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn-b-sonar <nicolas.bontoux@sonarsource.com>2016-09-01 09:48:15 +0200
committerFabrice Bellingard <bellingard@gmail.com>2016-09-01 09:48:15 +0200
commitc45240202ff2ab61b6ea5e17ccfd53a34413d983 (patch)
tree07aa994889890267480f43136b29a10f2d74c22c
parentfbd2580494b44341c6180bbb59fcc02c8b538889 (diff)
downloadsonarqube-c45240202ff2ab61b6ea5e17ccfd53a34413d983.tar.gz
sonarqube-c45240202ff2ab61b6ea5e17ccfd53a34413d983.zip
Update UI welcome message (#1194)
Update UI welcome message to put the focus in the Leak Period. Contribution by @n-b-sonar
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index e9c4b7d0379..a21b3887b78 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1359,13 +1359,13 @@ widget.treemap-widget.property.maxItems.desc=Maximum number of components to sho
widget.welcome.name=Welcome
widget.welcome.description=Welcome message used to provide links to the most valuable resources like documentation and support
-widget.welcome.html=<h3 class="marginbottom5">Welcome to SonarQube Dashboard</h3>\
+widget.welcome.html=<h3 class="marginbottom5">Welcome to SonarQube</h3>\
<p class="marginbottom5">Since you are able to read this, it means that you have successfully started your SonarQube server. Well done!</p>\
<p class="marginbottom5">If you have not removed this text, it also means that you have not yet played much with SonarQube. So here are a few pointers for your next step:</p>\
<ul class="bullet">\
- <li>Do you now want to <a href="http://redirect.sonarsource.com/1">run analysis</a> on a project?</li>\
- <li>Maybe start <a href="http://redirect.sonarsource.com/2">customizing dashboards</a>?</li>\
- <li>Or simply browse the <a href="http://redirect.sonarsource.com/3">complete documentation</a>?</li>\
+ <li>Do you now want to <a href="http://redirect.sonarsource.com/1">run analysis</a> on a project ?</li>\
+ <li>Maybe get familiar with <a href="http://redirect.sonarsource.com/doc/fix-the-leak.html">the Leak Concept</a> ?</li>\
+ <li>Or simply browse the <a href="http://redirect.sonarsource.com/3">complete documentation</a> ?</li>\
<li>If you have a question or an issue, please visit the <a href="http://www.sonarsource.org/get-support/">Get Support</a> page.</li>\
</ul>