Commit d3c34ef8afa1018e9dae0a144227b399ba89adbf

Authored by Austin Robertson
1 parent 65737bd5

Revise projects/new text

The previous text implied projects can only be private. Projects can now be private or public.
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.
... ...