From 04b7dd038c636dd62a4a2edeaa97bc063663c130 Mon Sep 17 00:00:00 2001
From: Ciro Santilli <ciro.santilli@gmail.com>
Date: Tue, 30 Sep 2014 21:08:04 +0200
Subject: [PATCH] Improve new file commit placeholder.

---
 app/views/projects/new_tree/show.html.haml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab