From 3a05613b60ef2f1e61199f3a3b09a6b1bbf3245e Mon Sep 17 00:00:00 2001 From: Tiavina Date: Thu, 17 Jul 2025 12:05:25 +0300 Subject: [PATCH] add dot in caution text --- gestion/lib/Controller/PageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Controller/PageController.php b/gestion/lib/Controller/PageController.php index 84b3e15..bfcf96c 100644 --- a/gestion/lib/Controller/PageController.php +++ b/gestion/lib/Controller/PageController.php @@ -1616,7 +1616,7 @@ class PageController extends Controller { $message->attach($content); $message->setSubject($subject); $body_text = $addName ? ($body." de ".$devis['defunt_nom'] ) : $body; - $cautionText = "MERCI DE NE PAS REPONDRE A CET EMAIL"; + $cautionText = "MERCI DE NE PAS REPONDRE A CET EMAIL."; $signature = $this->mailerService->getFooterContent($this->getUserNameForEmailSignature()); $message->setHtmlBody( "

Bonjour.

".