Commit 2000f013 authored by Scott Pustay's avatar Scott Pustay Committed by Ariejan de Vroom

fixed typo in assgned

parent 7ae72e65
......@@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController
user_team.assign_to_projects(project_ids, access)
end
redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assgned to projects.'
redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assigned to projects.'
end
def edit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment