Skip to content

Commit

Permalink
Merge pull request afup#1506 from CecileAmrl/patch-1
Browse files Browse the repository at this point in the history
fix mini typo
  • Loading branch information
agallou authored May 29, 2024
2 parents 85cb8fd + 765efd2 commit 3c324e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private function removeUser($emailToRemove, CollectionInterface $users)
$this->flashBag->add('error', 'Vous ne pouvez pas supprimer votre propre compte');
} else {
$this->userCompany->disableUser($user);
$this->flashBag->add('notice', 'Le compte a été supprimer de votre adhésion entreprise.');
$this->flashBag->add('notice', 'Le compte a été supprimé de votre adhésion entreprise.');
}
}
}

0 comments on commit 3c324e1

Please sign in to comment.