Commit b280c2f361ab2c22166523a3123c378d69fdf4df

Authored by Andrey Kumanyaev
1 parent 45917935

Edit create new team text

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/_new_form.html.haml
... ... @@ -29,6 +29,6 @@
29 29 - if current_user.can_create_team?
30 30 .clearfix
31 31 .input.light
32   - Want to share a team between projects?
  32 + Want to share a project between team?
33 33 = link_to new_team_path, class: "btn very_small" do
34 34 Create a team
... ...