Change Add to New

Change `Add` to `New` for template H1
This commit is contained in:
karlchillmaid
2019-02-21 12:02:21 +00:00
committed by GitHub
parent 895713f7a9
commit 66048034c1

View File

@@ -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',
)