Commit c17280f55a49ee8a37a73f1c34824ce4be3f013c

Authored by Dmitriy Zaporozhets
1 parent d6aec3fc

Better text for custom repo name link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/new.html.haml
... ... @@ -13,7 +13,7 @@
13 13 = f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true
14 14 %span.help-inline
15 15 = link_to "#", class: 'js-toggle-visibility-link' do
16   - %span Custom repo name?
  16 + %span Customize repository name?
17 17  
18 18 .control-group.js-toggle-visibility-container.hide
19 19 = f.label :path do
... ...