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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-14 15:14:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-14 15:14:23 +0400
commitc17280f55a49ee8a37a73f1c34824ce4be3f013c (patch)
tree97b0886d03dac1699f9492f2c86350d1c5840d73 /app/views/projects/new.html.haml
parentd6aec3fc1a974d104612b5dc2832c74f701c3caf (diff)
Better text for custom repo name link
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
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