Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 01:15:49 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 01:15:56 +0400
commit234eb7a8e4de164a10f66ae388f4155310bfe659 (patch)
treeacc9629c9ea6fc614075f4cf537314c745d0f434 /app
parentec05d9daf92ea1df8354dfb2c9cdcaea3d38b617 (diff)
WebEditor: rename button save -> commit #1705
Diffstat (limited to 'app')
-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");