diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-09 22:09:53 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-09 22:09:53 +0100 |
commit | 382dc54a92d93e19f425f83298dd55c83f27ee20 (patch) | |
tree | d26edc00da6c074734f1af467106e680f7ab15bd | |
parent | bd8814de21bac8d2363c8f0fd46c9ec47e2fafb8 (diff) | |
download | sonarqube-382dc54a92d93e19f425f83298dd55c83f27ee20.tar.gz sonarqube-382dc54a92d93e19f425f83298dd55c83f27ee20.zip |
Add more spaces in the welcome widget
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 c176c50aca2..05d9ec54185 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 @@ -951,9 +951,9 @@ widget.resource_id=project 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>Welcome to Sonar Dashboard</h3>\ - <p>Since you are able to read this, it means that you have successfully started your Sonar server. Well done!</p>\ - <p>If you have not removed this text, it also means that you have not yet played much with Sonar. So here are a few pointers for your next step:</p>\ +widget.welcome.html=<h3 class="marginbottom5">Welcome to Sonar Dashboard</h3>\ + <p class="marginbottom5">Since you are able to read this, it means that you have successfully started your Sonar 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 Sonar. 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>\ |