summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-06-15 17:42:01 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-06-15 17:42:01 +0200
commitb1a5b67aaf3419158483703ded7a4662eeefad68 (patch)
treebe6aaaa5074a612551952769f54adce90f144067 /sonar-server
parenta4f0b855424d328fdf02821fcd0a32087f7a1e05 (diff)
downloadsonarqube-b1a5b67aaf3419158483703ded7a4662eeefad68.tar.gz
sonarqube-b1a5b67aaf3419158483703ded7a4662eeefad68.zip
SONAR-2520 Fix typo
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
index a9427f39804..114032a6472 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
@@ -28,7 +28,7 @@
<% if violation.review && violation.review.isReopened? %>
<%= image_tag("sep12.png") -%>
&nbsp;
- <span class="review-reopened">Reoponed</span>
+ <span class="review-reopened">Reopened</span>
&nbsp;
<% end %>
<% if violation.review && violation.review.assignee_id %>