diff --git a/app/main/views/templates.py b/app/main/views/templates.py index 3d72eb131..1c7807c15 100644 --- a/app/main/views/templates.py +++ b/app/main/views/templates.py @@ -294,7 +294,7 @@ def _add_template_by_type(template_type, template_folder_id): if template_type == 'letter': blank_letter = service_api_client.create_service_template( - 'Untitled', + 'New letter template', 'letter', 'Body', current_service.id, @@ -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', )