diff --git a/acme/acme/messages.py b/acme/acme/messages.py index 940d1efc0..563f80627 100644 --- a/acme/acme/messages.py +++ b/acme/acme/messages.py @@ -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'),