grealish / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Wrong key name for "Error_WrongResponse" in Error_it.properties #348

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change italian translation for "Error_WrongResponse"
2. Go to "Forgot password", enter requested data
3. Enter wrong response to answer

What is the expected output? What do you see instead?
Expected output: italian translated text for "One or more responses are not 
correct. Please try again."
What do you see instead: same english text despite different language setting.

What version of PWM are you using?
1.7.0 RC1 build 534

What ldap directory and version are you using?
AD Win2008 R2

Please paste any error log messages below:

Error is because of wrong key in file:
svn/trunk/pwm/servlet/src/password/pwm/i18n/Error_it.properties

The key is named: "Error_WrongAnswer" but it should be named 
"Error_WrongResponse". 

Fixing it solves the issue.

Original issue reported on code.google.com by nicola.b...@solinfo.it on 18 Mar 2013 at 3:24

GoogleCodeExporter commented 9 years ago
Fixed in revision 535

Original comment by jrivard on 18 Mar 2013 at 4:23