mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 14:03:52 -04:00
Fix layout and wrong word
This commit is contained in:
committed by
Rebecca Law
parent
9ca2f2017f
commit
677f8891b2
@@ -130,7 +130,7 @@ class ForgotPasswordForm(Form):
|
||||
|
||||
def validate_email_address(self, a):
|
||||
if not self.query_function(a.data):
|
||||
raise ValidationError('The email address is not recognized. Enter the password you registered with.')
|
||||
raise ValidationError('The email address is not recognised. Enter the email address you registered with.')
|
||||
|
||||
|
||||
class NewPasswordForm(Form):
|
||||
|
||||
Reference in New Issue
Block a user