Commit 234eb7a8 authored by Valeriy Sizov's avatar Valeriy Sizov

WebEditor: rename button save -> commit #1705

parent ec05d9da
......@@ -17,7 +17,7 @@
.form-actions
= hidden_field_tag 'last_commit', @last_commit
= hidden_field_tag 'content', '', :id => :file_content
= button_tag "Save", class: 'btn save-btn'
= button_tag "Commit", class: 'btn save-btn'
:javascript
var editor = ace.edit("editor");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment