From e84fcdf347fd6830a7394a377e300804d8f5caa5 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 12 Feb 2020 13:59:13 -0700 Subject: [PATCH] Email Templates: Restore enabled description. --- app/email_templates/email_template_edit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/email_templates/email_template_edit.php b/app/email_templates/email_template_edit.php index f4698d6aef..ae14bd71db 100644 --- a/app/email_templates/email_template_edit.php +++ b/app/email_templates/email_template_edit.php @@ -301,6 +301,8 @@ echo " \n"; } echo " \n"; + echo "
\n"; + echo $text['description-template_enabled']."\n"; echo "\n"; echo "\n";