correction orthographe (ref #200)
This commit is contained in:
parent
7be2f8e12d
commit
f21fb579c4
|
@ -550,7 +550,7 @@ class RegistrationController extends Controller
|
||||||
$em->flush();
|
$em->flush();
|
||||||
|
|
||||||
// Notification message
|
// Notification message
|
||||||
$message="Inscription de l'utilisateur<br>".$user->getLastname()." ".$user->getFirstname()."<br>Inscription via inviation";
|
$message="Inscription de l'utilisateur<br>".$user->getLastname()." ".$user->getFirstname()."<br>Inscription via invitation";
|
||||||
$websocket = $this->container->get('cadoles.websocket.pushmessage')->send($key->toString(),$userid,$groupid,$message);
|
$websocket = $this->container->get('cadoles.websocket.pushmessage')->send($key->toString(),$userid,$groupid,$message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ class MailType extends AbstractType
|
||||||
{
|
{
|
||||||
$builder->add('submit',
|
$builder->add('submit',
|
||||||
SubmitType::class, array(
|
SubmitType::class, array(
|
||||||
"label" => "Envoyer l'inviation",
|
"label" => "Envoyer l'invitation",
|
||||||
"attr" => array("class" => "btn btn-success")
|
"attr" => array("class" => "btn btn-success")
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue