mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Replace isn't with is not
This commit is contained in:
committed by
Chris Hill-Scott
parent
0926d6ce25
commit
90b8af63d5
@@ -12,6 +12,6 @@
|
|||||||
Provided as PDF on {{ created_at|format_datetime_short }}
|
Provided as PDF on {{ created_at|format_datetime_short }}
|
||||||
</p>
|
</p>
|
||||||
<p class="notification-status-cancelled">
|
<p class="notification-status-cancelled">
|
||||||
Validation failed – this isn’t a PDF file that Notify can read
|
Validation failed – this is not a PDF file that Notify can read
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user