summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/show.html.erb')
-rw-r--r--app/views/issues/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index 83b4f56ed..5a855c9a5 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -128,7 +128,7 @@ end %>
<div style="clear: both;"></div>
<% if @issue.editable? %>
<div id="update" style="display:none;">
- <h3><%= l(:button_update) %></h3>
+ <h3><%= l(:button_edit) %></h3>
<%= render :partial => 'edit' %>
</div>
<% end %>