From 90b8af63d5f145166cd4736834f7468f0c190003 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 11:24:32 +0100 Subject: [PATCH] Replace isn't with is not --- .../views/notifications/invalid_precompiled_letter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/notifications/invalid_precompiled_letter.html b/app/templates/views/notifications/invalid_precompiled_letter.html index 5e924c3e8..d44446547 100644 --- a/app/templates/views/notifications/invalid_precompiled_letter.html +++ b/app/templates/views/notifications/invalid_precompiled_letter.html @@ -12,6 +12,6 @@ Provided as PDF on {{ created_at|format_datetime_short }}

- Validation failed – this isn’t a PDF file that Notify can read + Validation failed – this is not a PDF file that Notify can read

{% endblock %}