diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7a5286e7896..256ab684114 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -388,7 +388,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') $actionmsg.="Texte utilisé dans le corps du message:
"; $actionmsg.="$message"; } - $actionmsg2="Envoi Facture par mail"; + $actionmsg2="Envoi facture par mail"; } if ($_POST["action"] == 'relance') { $subject = "Relance facture $fac->ref"; @@ -398,7 +398,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') $actionmsg.="Texte utilisé dans le corps du message:
"; $actionmsg.="$message"; } - $actionmsg2="Relance Facture par mail"; + $actionmsg2="Relance facture par mail"; } $filepath[0] = $file;