From c17280f55a49ee8a37a73f1c34824ce4be3f013c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 14 Aug 2013 14:14:23 +0300 Subject: [PATCH] Better text for custom repo name link --- app/views/projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index cfcb446e3d9..736da85952a 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -13,7 +13,7 @@ = f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true %span.help-inline = link_to "#", class: 'js-toggle-visibility-link' do - %span Custom repo name? + %span Customize repository name? .control-group.js-toggle-visibility-container.hide = f.label :path do