-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIR-1333 Added placeholder for username input field in new-author.xed #1037
base: 2023.06.x
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same field has the attribute i18n.error="component.user2.admin.inputhints.username"
.
Currently, component.user2.admin.inputhints.username
translates to
Benutzerkennungen d\u00FCrfen nur maximal 16 Zeichen lang sein und nur aus Kleinbuchstaben und/oder Zahlen bestehen. Umlaute, Sonderzeichen und Leerzeichen sind nicht erlaubt.
and For user accounts please enter maximum 16 characters only lower case or numbers. Umlauts, special characters and blanks are not allowed!
respecively. But some special charactes (.
, _
, -
) are allowed.
Could you adjust the error message to better reflect the actual requirements as part of this change?
Never mind, those translations are part of MyCore, not MIR, so a separate PR is needed anyways. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move english message property to proper position
mir-module/src/main/resources/config/mir/messages_en.properties
Outdated
Show resolved
Hide resolved
maybe try to use |
MIR-1333.