diff --git a/app/controllers/my_profile/tasks_controller.rb b/app/controllers/my_profile/tasks_controller.rb index 8c5dc6a..81ea65c 100644 --- a/app/controllers/my_profile/tasks_controller.rb +++ b/app/controllers/my_profile/tasks_controller.rb @@ -33,7 +33,7 @@ class TasksController < MyProfileController if failed.blank? session[:notice] = _("All decisions were applied successfully.") else - session[:notice] = _("Some tasks couldn't be applied.") + session[:notice] = _("Some decisions couldn't be applied.") end redirect_to params.merge!(:action => 'index', :failed => failed) end -- libgit2 0.21.2