diff --git a/Controller/TaskController.php b/Controller/TaskController.php index bd3ab33a2..578c2f857 100644 --- a/Controller/TaskController.php +++ b/Controller/TaskController.php @@ -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)); diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index f9d54eb57..876741687 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -65,5 +65,5 @@ cancel: annuler 'The task has been successfully removed.': 'La tâche a bien été supprimée' 'This form contains errors': 'Ce formulaire contient des erreurs' 'The task has been updated': 'La tâche a été mise à jour' -'The transition is sucessfully applyed': 'La transition a bien été effectuée' -'The transition could not be applyed': "La transition n'a pas pu être appliquée" +'The transition is successfully applied': 'La transition a bien été effectuée' +'The transition could not be applied': "La transition n'a pas pu être appliquée"