mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Send Message A11Y Audit - Adjust headers in Send Message flow
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% elif help %}
|
||||
{{ "Example text message" }}
|
||||
{% else %}
|
||||
{{ "Preview" }}
|
||||
{{ "Preview for sending" }}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
{% endcall %}
|
||||
</div>
|
||||
{% else %}
|
||||
{{ page_header("Example text message" if help else "Preview") }}
|
||||
{{ page_header("Example text message" if help else "Preview for sending") }}
|
||||
{% endif %}
|
||||
|
||||
{% if not help %}
|
||||
|
||||
Reference in New Issue
Block a user