Replace can't with cannot

This commit is contained in:
karlchillmaid
2019-09-13 10:17:19 +01:00
committed by Chris Hill-Scott
parent 1e03a2668b
commit 1a603c8d48

View File

@@ -165,7 +165,7 @@ def send_messages(service_id, template_id):
))
except (XLDateError):
flash((
'{} contains numbers or dates that Notify cant 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