diff --git a/gestion/lib/Controller/PageController.php b/gestion/lib/Controller/PageController.php index 7a85738..36bcf17 100644 --- a/gestion/lib/Controller/PageController.php +++ b/gestion/lib/Controller/PageController.php @@ -4103,7 +4103,7 @@ class PageController extends Controller $careCertificateFilename = $this->certificateService->generatePacemakerAbsentCertificate($defuntId, $this->idNextcloud); if($careCertificateFilename != null && trim($email) != '') { //send email - $this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email, "Retrait de pile", "Vous trouverez en pièce jointe l'attestation de retrait de pile ", true); + $this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email, "Retrait de pile", "Vous trouverez en pièce jointe l'attestation d'absence de pacemaker ", true); } return $careCertificateFilename;