mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-25 21:00:47 -05:00
Replace couldn't with could not
This commit is contained in:
committed by
Chris Hill-Scott
parent
7d2ce2889f
commit
daf94ddc16
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user