diff --git a/news/132.bugfix b/news/132.bugfix new file mode 100644 index 00000000..80c8b72a --- /dev/null +++ b/news/132.bugfix @@ -0,0 +1 @@ +Add missing locale for translations [erral] diff --git a/plone/app/users/schema.py b/plone/app/users/schema.py index 2c5fdbf4..5735fd62 100644 --- a/plone/app/users/schema.py +++ b/plone/app/users/schema.py @@ -79,7 +79,7 @@ class IUserDataSchema(Interface): email = ProtectedEmail( title=_("label_email", default="Email"), - description="We will use this address if you need to recover your " "password", + description=_("We will use this address if you need to recover your password"), required=True, constraint=checkEmailAddress, )