mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Merge pull request #844 from GSA/835-new-template-wording
835 - Change "new template" wording
This commit is contained in:
@@ -1980,7 +1980,7 @@ class TemplateAndFoldersSelectionForm(Form):
|
|||||||
None,
|
None,
|
||||||
[
|
[
|
||||||
# ('email', 'Email') if 'email' in available_template_types else 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
|
if "sms" in available_template_types
|
||||||
else None,
|
else None,
|
||||||
("copy-existing", "Copy an existing template")
|
("copy-existing", "Copy an existing template")
|
||||||
|
|||||||
@@ -310,7 +310,7 @@ def test_should_show_live_search_if_service_has_lots_of_folders(
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
# 'Email',
|
# 'Email',
|
||||||
"Text message",
|
"Start with a blank template",
|
||||||
"Copy an existing template",
|
"Copy an existing template",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -323,7 +323,7 @@ def test_should_show_live_search_if_service_has_lots_of_folders(
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
# 'Email',
|
# 'Email',
|
||||||
"Text message",
|
"Start with a blank template",
|
||||||
"Copy an existing template",
|
"Copy an existing template",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user