mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Remove the title from the short errors
This undoes some of the temporary work we did previously in order to ship the new ‘address is empty’ error message.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</p>
|
||||
{% elif notification_status == 'validation-failed' %}
|
||||
<p class="notification-status-cancelled">
|
||||
Validation failed – {{ message.title | safe }}. {{ message.detail | safe }}
|
||||
Validation failed. {{ message.detail | safe }}
|
||||
</p>
|
||||
{% elif notification_status == 'technical-failure' %}
|
||||
<p class="notification-status-cancelled">
|
||||
|
||||
Reference in New Issue
Block a user