Commit 2000f013f76a8356dca556156dfbe2cf84c7e730
Committed by
Ariejan de Vroom
1 parent
7ae72e65
Exists in
master
and in
4 other branches
fixed typo in assgned
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 | 12 | user_team.assign_to_projects(project_ids, access) |
13 | 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 | 16 | end |
17 | 17 | |
18 | 18 | def edit | ... | ... |