Commit 62cb51407019b93a2f6baea12ca1766960a89c02

Authored by Dmitriy Zaporozhets
2 parents 50fb4d6a d3c34ef8

Merge pull request #2712 from aus/patch-1

Revise projects/new text
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/_new_form.html.haml
... ... @@ -17,4 +17,4 @@
17 17 = f.select :namespace_id, namespaces_options(params[:namespace_id] || :current_user), {}, {class: 'chosen'}
18 18 %hr
19 19 %p.padded
20   - All created project are private. You choose who can see project and commit to repository.
  20 + New projects are private by default. You choose who can see the project and commit to repository.
... ...