-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.10, 9.1
-
Component/s: User Registration
-
Backlog priority:100
- head over to {{User / Preferences / Actions / Edit Locale Setting}
- choose French
- create a user with mail alfred@nuxeo.com
- head over to a workspace
- click Manage / User invitations
- type the alfred@nuxeo.com
- submit the form
Notice the error message is not evaluated in French and displays
{0}
instead.
This is due to the property label.unicity.sameemail. It contains a single quote that should be escaped by a second single quote. Replacing it inside the jar validates this solution.
in OSGI-INF/l10n/messages_fr_FR.properties
and in i18n/messages_fr.properties