1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Update template name

This commit is contained in:
Khushboo Verma 2024-01-16 14:05:35 +05:30
parent 206a268ff8
commit 84c57e29c6

View file

@ -177,7 +177,7 @@ class Webhooks extends Action
$template->setParam('attempts', $attempts);
$subject = 'Webhook deliveries have been paused';
$body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base-cloud.tpl');
$body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base-branded.tpl');
$body
->setParam('{{subject}}', $subject)