diff --git a/rest_auth/registration/serializers.py b/rest_auth/registration/serializers.py index 4f99c18..ff56a4b 100644 --- a/rest_auth/registration/serializers.py +++ b/rest_auth/registration/serializers.py @@ -136,7 +136,7 @@ class SocialLoginSerializer(serializers.Serializer): ).exists() if account_exists: raise serializers.ValidationError( - _("User is already registered with this e-mail address.") + _("A user is already registered with this e-mail address.") ) login.lookup()