diff --git a/app/views/projects/_new_form.html.haml b/app/views/projects/_new_form.html.haml index 41a602147ca0ff30cbf3e86a2dc8a71c9d2b7734..5f7348d47a1605326071a14aefac9169e8ceae12 100644 --- a/app/views/projects/_new_form.html.haml +++ b/app/views/projects/_new_form.html.haml @@ -29,6 +29,6 @@ - if current_user.can_create_team? .clearfix .input.light - Want to share a team between projects? + Want to share a project between team? = link_to new_team_path, class: "btn very_small" do Create a team