Skip to content

Commit

Permalink
Update serializers.py
Browse files Browse the repository at this point in the history
Validation message wording
  • Loading branch information
dontic authored Apr 16, 2024
1 parent cbd843c commit 86a2dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj_rest_auth/registration/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def validate_email(self, email):
if email_address.user.has_usable_password():
raise serializers.ValidationError(
_(
"A user is already registered with this e-mail address but hasn't been verified their email yet."
"A user is already registered with this e-mail address but hasn't verified their email yet."
),
)
return email
Expand Down

0 comments on commit 86a2dc9

Please sign in to comment.