Simplified register portlet is not internationalized
----------------------------------------------------
Key: GTNPORTAL-473
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-473
Project: GateIn Portal
Issue Type: Bug
Components: Internationalization and Localization
Reporter: Thomas Heute
Fix For: 3.0.0-CR01
Form to register has hard coded strings (Can't be internationalized):
See:
public class UIRegisterInputSet extends UIFormInputWithActions
{
protected static final String USER_NAME = "User Name:";
protected static final String PASSWORD = "Paword:";
protected static final String CONFIRM_PASSWORD = "Confirm Password:";
protected static final String FIRST_NAME = "First Name:";
protected static final String LAST_NAME = "Last Name:";
protected static final String EMAIL_ADDRESS = "Email Address:";
...
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira