aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
index 003652dc122..8d52d5e03e3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
@@ -2,5 +2,5 @@
<% @errors.each do |msg| %>
<div><%= h (msg.text ? msg.text : Api::Utils.message(msg.l10nKey, :params => msg.l10nParams)) -%></div>
<% end %>
- <%= link_to_function message('close'), 'refreshIssue(this)' -%>
+ <%= link_to_function message('hide'), 'refreshIssue(this)' -%>
</div>