Switch out error message

This commit is contained in:
Roland Shoemaker
2016-08-29 12:04:27 -07:00
parent 5115e6ac2f
commit 349c2c5915
+1 -1
View File
@@ -28,7 +28,7 @@ class Error(jose.JSONObjectWithFields, errors.Error):
('invalidEmail',
'The provided email for a registration was invalid'),
('invalidContact',
'The provided email for a registration was invalid'),
'The provided contact URI was invalid'),
('malformed', 'The request message was malformed'),
('rateLimited', 'There were too many requests of a given type'),
('serverInternal', 'The server experienced an internal error'),