From b280c2f361ab2c22166523a3123c378d69fdf4df Mon Sep 17 00:00:00 2001 From: Andrey Kumanyaev Date: Sat, 26 Jan 2013 00:38:21 +0400 Subject: [PATCH] Edit create new team text --- app/views/projects/_new_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/_new_form.html.haml b/app/views/projects/_new_form.html.haml index 41a602147ca..5f7348d47a1 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 -- GitLab