From 1a603c8d484c53c3e377a4d7f1c423db24babf9d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 10:17:19 +0100 Subject: [PATCH] Replace can't with cannot --- 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 b0bfdb50f..699e2b096 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -165,7 +165,7 @@ def send_messages(service_id, template_id): )) except (XLDateError): flash(( - '{} contains numbers or dates that Notify can’t understand. ' + '{} contains numbers or dates that Notify cannot understand. ' 'Try formatting all columns as ‘text’ or export your file as CSV.' ).format( form.file.data.filename