Replace isn't with is not

This commit is contained in:
karlchillmaid
2019-09-13 11:24:32 +01:00
committed by Chris Hill-Scott
parent 0926d6ce25
commit 90b8af63d5

View File

@@ -12,6 +12,6 @@
Provided as PDF on {{ created_at|format_datetime_short }}
</p>
<p class="notification-status-cancelled">
Validation failed this isnt a PDF file that Notify can read
Validation failed this is not a PDF file that Notify can read
</p>
{% endblock %}