mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 21:34:10 -05:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
123d12bcdd
commit
aa1e857e03
@@ -35,7 +35,7 @@ def sign_in():
|
||||
if user and session.get('invited_user'):
|
||||
invited_user = InvitedUser.from_session()
|
||||
if user.email_address.lower() != invited_user.email_address.lower():
|
||||
flash("You can't accept an invite for another person.")
|
||||
flash("You cannot accept an invite for another person.")
|
||||
session.pop('invited_user', None)
|
||||
abort(403)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user