diff --git a/app/main/views/templates.py b/app/main/views/templates.py index b981a0395..1c7807c15 100644 --- a/app/main/views/templates.py +++ b/app/main/views/templates.py @@ -558,7 +558,7 @@ def add_service_template(service_id, template_type, template_folder_id=None): 'views/edit-{}-template.html'.format(template_type), form=form, template_type=template_type, - heading_action='Add', + heading_action='New', )