Replace couldn't with could not

This commit is contained in:
karlchillmaid
2019-09-23 13:22:16 +01:00
committed by Chris Hill-Scott
parent 7d2ce2889f
commit daf94ddc16
+1 -1
View File
@@ -160,7 +160,7 @@ def send_messages(service_id, template_id):
original_file_name=form.file.data.filename, original_file_name=form.file.data.filename,
)) ))
except (UnicodeDecodeError, BadZipFile, XLRDError): except (UnicodeDecodeError, BadZipFile, XLRDError):
flash('Couldnt read {}. Try using a different file format.'.format( flash('Could not read {}. Try using a different file format.'.format(
form.file.data.filename form.file.data.filename
)) ))
except (XLDateError): except (XLDateError):