aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-05-09 17:06:14 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-05-09 17:09:07 +0200
commit0671edfff305733d1327425e81ef0d14be09f4a0 (patch)
treefbdb6aaca99f17ae951de014b2d480a4cfce9680 /plugins/sonar-core-plugin
parent015cce94be09ed52edc22bc88371b9f52f0f3349 (diff)
downloadsonarqube-0671edfff305733d1327425e81ef0d14be09f4a0.tar.gz
sonarqube-0671edfff305733d1327425e81ef0d14be09f4a0.zip
SONAR-3454 Remove the column character ":" after On new code on the unit test widget
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
index 49cc103ff9a..3c0b2ce2a01 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
@@ -40,7 +40,7 @@
new_line_coverage=measure('new_line_coverage')
new_branch_coverage=measure('new_branch_coverage')
%> <br/>
- <h3><%= message('widget.code_coverage.on_new_code') -%>: </h3>
+ <h3><%= message('widget.code_coverage.on_new_code') -%> </h3>
<% if new_lines.to_i==0 %>
<p><%= message('widget.code_coverage.no_new_lines_to_cover') -%></p>
<% else %>