Update locale_messages_en-US.js

add 'fail_change_password': 'Password change fail.'
This commit is contained in:
yhua123 2016-07-06 13:34:02 +08:00 committed by GitHub
parent caf82ef3bd
commit aa1d44ecdb

View File

@ -47,6 +47,7 @@ var locale_messages = {
'forgot_password_description': 'Please input the Email used when you signed up, a reset password Email will be sent to you.',
'reset_password': 'Reset Password',
'successful_reset_password': 'Password has been reset successfully.',
'fail_change_password': 'Password change fail.',
'summary': 'Summary',
'projects': 'Projects',
'public_projects': 'Public Projects',
@ -249,4 +250,4 @@ var locale_messages = {
'inline_help_publicity': 'Setting the project as public.',
'alert_job_contains_error': 'There contain errors in current replication jobs results, please look into it.',
'caution': 'Caution'
};
};