Email Templates: Restore enabled description.

This commit is contained in:
Nate 2020-02-12 13:59:13 -07:00
parent 510a843fdd
commit e84fcdf347
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@
echo " <option value='false'>".$text['label-false']."</option>\n"; echo " <option value='false'>".$text['label-false']."</option>\n";
} }
echo " </select>\n"; echo " </select>\n";
echo "<br />\n";
echo $text['description-template_enabled']."\n";
echo "</td>\n"; echo "</td>\n";
echo "</tr>\n"; echo "</tr>\n";