mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 07:38:25 -04:00
Make page title semi-consistent
We tend to use ‘Add’ rather than ‘Create’ in other places.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
{% block platform_admin_content %}
|
{% 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="grid-row">
|
||||||
<div class="column-three-quarters">
|
<div class="column-three-quarters">
|
||||||
{% if logo %}
|
{% if logo %}
|
||||||
|
|||||||
Reference in New Issue
Block a user