##// END OF EJS Templates
Use :button_save instead of :button_update on committers form (#15275)....
Jean-Philippe Lang -
r12054:f5985b3cd51d
parent child
Show More
@@ -36,7 +36,7
36 <% end -%>
36 <% end -%>
37 </tbody>
37 </tbody>
38 </table>
38 </table>
39 <p><%= submit_tag(l(:button_update)) %></p>
39 <p><%= submit_tag(l(:button_save)) %></p>
40 <% end %>
40 <% end %>
41
41
42 <% end %>
42 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now