From: Fabrice Bellingard Date: Wed, 15 Jun 2011 16:55:56 +0000 (+0200) Subject: SONAR-2520 Fix typo X-Git-Tag: 2.9~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=90ba5ef80d412429322496d8b1bb38452ed10b02;p=sonarqube.git SONAR-2520 Fix typo --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb index 094b60f560f..45d91944eab 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb @@ -151,7 +151,7 @@ <%= link_to_remote "Delete", :url => { :controller => "reviews", :action => "delete_comment", :comment_id => comment.id, :id => review.id }, :update => "review", - :confirm => "Do you want to delete this comment ?" -%> + :confirm => "Do you want to delete this comment?" -%> <% end %> <% end