diff --git a/app/call_recordings/app_defaults.php b/app/call_recordings/app_defaults.php index bc22ebf126..f7f6b3a166 100644 --- a/app/call_recordings/app_defaults.php +++ b/app/call_recordings/app_defaults.php @@ -46,11 +46,10 @@ if ($domains_processed == 1) { $array['email_templates'][$x]['template_body'] .= " Time \${start_time} \${end_time}
\n"; $array['email_templates'][$x]['template_body'] .= " Length \${duration}
\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; - $array['email_templates'][$x]['template_body'] .= " Summary
\n"; $array['email_templates'][$x]['template_body'] .= " \${summary}\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; - $array['email_templates'][$x]['template_body'] .= " Transcription
\n"; + $array['email_templates'][$x]['template_body'] .= " Conversation Transcription
\n"; $array['email_templates'][$x]['template_body'] .= " \${transcript}\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; $array['email_templates'][$x]['template_body'] .= "
\n";