mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
fix typo in flash messages
This commit is contained in:
@@ -71,10 +71,10 @@ class TaskController extends Controller
|
||||
|
||||
$em->flush();
|
||||
|
||||
$this->addFlash('success', 'The transition is sucessfully appliyed');
|
||||
$this->addFlash('success', 'The transition is successfully applied');
|
||||
|
||||
} else {
|
||||
$this->addFlash('error', 'The transition could not be appliyed');
|
||||
$this->addFlash('error', 'The transition could not be applied');
|
||||
}
|
||||
|
||||
return $this->redirect($request->query->get('return_path', $defaultReturnPath));
|
||||
|
Reference in New Issue
Block a user