Use :button_save instead of :button_update on committers form (#15275).

git-svn-id: http://svn.redmine.org/redmine/trunk@12284 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-11-16 08:28:29 +00:00
parent 3d7c3041b8
commit f5985b3cd5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<% end -%>
</tbody>
</table>
<p><%= submit_tag(l(:button_update)) %></p>
<p><%= submit_tag(l(:button_save)) %></p>
<% end %>
<% end %>