From 66048034c1db58f23b6366af10279ba6c1cde40d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 21 Feb 2019 12:02:21 +0000 Subject: [PATCH] Change `Add` to `New` Change `Add` to `New` for template H1 --- app/main/views/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', )