Commit 7fb9047223a170a0affc36040eca6513b89e16c7
Exists in
master
and in
4 other branches
Merge branch 'muskox-master'
Closes #4424
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/admin/teams/projects_controller.rb
@@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController | @@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController | ||
12 | user_team.assign_to_projects(project_ids, access) | 12 | user_team.assign_to_projects(project_ids, access) |
13 | end | 13 | end |
14 | 14 | ||
15 | - redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assgned to projects.' | 15 | + redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assigned to projects.' |
16 | end | 16 | end |
17 | 17 | ||
18 | def edit | 18 | def edit |