From ea241ceaf5aedef07b8cf0c71d64138308545529 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 16 Dec 2022 11:33:16 +0545 Subject: [PATCH] Update app/workers/certificates.php Co-authored-by: Eldad A. Fux --- app/workers/certificates.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/workers/certificates.php b/app/workers/certificates.php index 6de6445c48..30137a007b 100644 --- a/app/workers/certificates.php +++ b/app/workers/certificates.php @@ -385,10 +385,10 @@ class CertificatesV1 extends Worker $body = Template::fromFile(__DIR__ . '/../config/locale/templates/email-base.tpl'); - $subject = \sprintf($locale->getText("emails.certificate.subject"), $domain); - $body->setParam('{{domain}}', $domain); - $body->setParam('{{error}}', $errorMessage); - $body->setParam('{{attempt}}', $attempt); + $subject = \sprintf($locale->getText("emails.certificate.subject"), $domain); + $body->setParam('{{domain}}', $domain); + $body->setParam('{{error}}', $errorMessage); + $body->setParam('{{attempt}}', $attempt); $body ->setParam('{{subject}}', $subject)