Make page title semi-consistent

We tend to use ‘Add’ rather than ‘Create’ in other places.
This commit is contained in:
Chris Hill-Scott
2018-08-23 09:15:25 +01:00
parent 9b9acfa291
commit d68cc68def

View File

@@ -9,7 +9,7 @@
{% block platform_admin_content %}
<h1 class="heading-large">{{ '{} email branding'.format('Update' if email_branding else 'Create')}}</h1>
<h1 class="heading-large">{{ '{} email branding'.format('Update' if email_branding else 'Add')}}</h1>
<div class="grid-row">
<div class="column-three-quarters">
{% if logo %}