summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-30 21:08:04 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-30 21:11:21 +0200
commit04b7dd038c636dd62a4a2edeaa97bc063663c130 (patch)
treef19e180d966c6d5379b00c4bf6a6e4b4cca2ae05
parent2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff)
downloadgitlab-ce-04b7dd038c636dd62a4a2edeaa97bc063663c130.tar.gz
Improve new file commit placeholder.
-rw-r--r--app/views/projects/new_tree/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/new_tree/show.html.haml b/app/views/projects/new_tree/show.html.haml
index 4ce8d372a38..24d77344fd5 100644
--- a/app/views/projects/new_tree/show.html.haml
+++ b/app/views/projects/new_tree/show.html.haml
@@ -25,7 +25,8 @@
Commit message
.col-sm-10
= render 'shared/commit_message_container', {textarea: text_area_tag('commit_message',
- params[:commit_message], placeholder: "Added new file", required: true, rows: 3, class: 'form-control')}
+ params[:commit_message], placeholder: 'Add new file',
+ required: true, rows: 3, class: 'form-control')}
.file-holder
.file-title