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:
parent
3d7c3041b8
commit
f5985b3cd5
|
@ -36,7 +36,7 @@
|
|||
<% end -%>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><%= submit_tag(l(:button_update)) %></p>
|
||||
<p><%= submit_tag(l(:button_save)) %></p>
|
||||
<% end %>
|
||||
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue