From 9eaef8a2427db894eff8f19c4d14ab09aca894c1 Mon Sep 17 00:00:00 2001 From: fusionate Date: Thu, 22 Aug 2024 15:56:46 -0600 Subject: [PATCH] Email Template [en-us,fax]: Fix subject. --- app/email_templates/app_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/email_templates/app_defaults.php b/app/email_templates/app_defaults.php index 31bced4be8..b860794f1a 100644 --- a/app/email_templates/app_defaults.php +++ b/app/email_templates/app_defaults.php @@ -450,7 +450,7 @@ $array['email_templates'][$x]['template_language'] = 'en-gb'; $array['email_templates'][$x]['template_category'] = 'fax'; $array['email_templates'][$x]['template_subcategory'] = 'success_default'; - $array['email_templates'][$x]['template_subject'] = 'Subject, Fax to: ${number_dialed} SENT'; + $array['email_templates'][$x]['template_subject'] = 'Fax to: ${number_dialed} SENT'; $array['email_templates'][$x]['template_body'] = "\n"; $array['email_templates'][$x]['template_body'] .= "\n"; $array['email_templates'][$x]['template_body'] .= "We are happy to report the fax was sent successfully. It has been attached for your records.\n";