summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 00:15:49 +0300
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 00:15:56 +0300
commit234eb7a8e4de164a10f66ae388f4155310bfe659 (patch)
treeacc9629c9ea6fc614075f4cf537314c745d0f434
parentec05d9daf92ea1df8354dfb2c9cdcaea3d38b617 (diff)
downloadgitlab-ce-234eb7a8e4de164a10f66ae388f4155310bfe659.tar.gz
WebEditor: rename button save -> commit #1705
-rw-r--r--app/views/tree/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tree/edit.html.haml b/app/views/tree/edit.html.haml
index e1a616ad564..0ecd22e72e3 100644
--- a/app/views/tree/edit.html.haml
+++ b/app/views/tree/edit.html.haml
@@ -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");