Commit 234eb7a8e4de164a10f66ae388f4155310bfe659
1 parent
ec05d9da
Exists in
master
and in
4 other branches
WebEditor: rename button save -> commit #1705
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/tree/edit.html.haml
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | .form-actions |
18 | 18 | = hidden_field_tag 'last_commit', @last_commit |
19 | 19 | = hidden_field_tag 'content', '', :id => :file_content |
20 | - = button_tag "Save", class: 'btn save-btn' | |
20 | + = button_tag "Commit", class: 'btn save-btn' | |
21 | 21 | |
22 | 22 | :javascript |
23 | 23 | var editor = ace.edit("editor"); | ... | ... |