835 - Change "new template" wording

This commit is contained in:
Jonathan Bobel
2023-10-03 11:14:21 -04:00
parent 20e8aaac1a
commit d6205bc1ff
2 changed files with 3 additions and 3 deletions

View File

@@ -1980,7 +1980,7 @@ class TemplateAndFoldersSelectionForm(Form):
None,
[
# ('email', 'Email') if 'email' in available_template_types else None,
("sms", "Text message")
("sms", "Start with a blank template")
if "sms" in available_template_types
else None,
("copy-existing", "Copy an existing template")