From d68cc68deff7f3a6bca64aea06b117bf2bec5625 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 23 Aug 2018 09:15:25 +0100 Subject: [PATCH] Make page title semi-consistent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We tend to use ‘Add’ rather than ‘Create’ in other places. --- app/templates/views/email-branding/manage-branding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/email-branding/manage-branding.html b/app/templates/views/email-branding/manage-branding.html index 26d219fa3..e48c98d81 100644 --- a/app/templates/views/email-branding/manage-branding.html +++ b/app/templates/views/email-branding/manage-branding.html @@ -9,7 +9,7 @@ {% block platform_admin_content %} -

{{ '{} email branding'.format('Update' if email_branding else 'Create')}}

+

{{ '{} email branding'.format('Update' if email_branding else 'Add')}}

{% if logo %}