mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 01:14:11 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
1e03a2668b
commit
1a603c8d48
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user