fix: use the right template

This commit is contained in:
Maël Gangloff 2025-10-19 22:22:17 +02:00
parent cad6c32f64
commit 06f2a6a90d
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class DomainStatusUpdateNotification extends DomainWatchdogNotification
->to($recipient->getEmail()) ->to($recipient->getEmail())
->priority(Email::PRIORITY_HIGH) ->priority(Email::PRIORITY_HIGH)
->subject("Domain EPP status changed $ldhName") ->subject("Domain EPP status changed $ldhName")
->htmlTemplate('emails/success/domain_updated.html.twig') ->htmlTemplate('emails/success/domain_status_updated.html.twig')
->locale('en') ->locale('en')
->context([ ->context([
'domain' => $this->domain, 'domain' => $this->domain,