From 20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 18 Oct 2013 13:28:49 +0900 Subject: Remove "is" from labels --- app/views/projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/new.html.haml') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 0213576927b..1b774ba6820 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -6,7 +6,7 @@ = form_for @project, remote: true do |f| .control-group.project-name-holder = f.label :name do - %strong Project name is + %strong Project name .controls = f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true %span.help-inline -- cgit v1.2.3 From 873bd3ad2d7e9f1961bd365f1a33b60930cc7233 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 18 Oct 2013 13:29:39 +0900 Subject: Capitalise "Awesome" in placeholder text --- app/views/projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/new.html.haml') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 1b774ba6820..59ef5e5245e 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -46,7 +46,7 @@ Description %span.light (optional) .controls - = f.text_area :description, placeholder: "awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3 + = f.text_area :description, placeholder: "Awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3 .control-group.project-public-holder = f.label :public do %span Public project -- cgit v1.2.3