From daf94ddc16fd2773f28c32cda2e213dff3667ef4 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 12:07:27 +0100 Subject: [PATCH] Replace couldn't with could not --- app/main/views/send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 699e2b096..c6d720be1 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -160,7 +160,7 @@ def send_messages(service_id, template_id): original_file_name=form.file.data.filename, )) except (UnicodeDecodeError, BadZipFile, XLRDError): - flash('Couldn’t read {}. Try using a different file format.'.format( + flash('Could not read {}. Try using a different file format.'.format( form.file.data.filename )) except (XLDateError):