Skip to content

Commit

Permalink
Merge pull request #132 from plone/erral-missing-string
Browse files Browse the repository at this point in the history
missing string for locales
  • Loading branch information
davisagli authored Dec 12, 2024
2 parents ec72e1f + d9f409e commit 2e7332f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/132.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing locale for translations [erral]
2 changes: 1 addition & 1 deletion plone/app/users/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 2e7332f

Please sign in to comment.