mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Replace couldn't with could not
This commit is contained in:
@@ -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('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
|
form.file.data.filename
|
||||||
))
|
))
|
||||||
except (XLDateError):
|
except (XLDateError):
|
||||||
|
|||||||
Reference in New Issue
Block a user