Skip to content

Commit

Permalink
Fixing password reset message key
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 3, 2015
1 parent da1c0bd commit a0adfbc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -411,7 +411,7 @@ private void savePerformed(AjaxRequestTarget target) {
} else {

setAuthenticationNull();
warn(getString("PageSecurityQuestions.message.WrongAnswer"));
warn(getString("pageSecurityQuestions.message.WrongAnswer"));
target.add(getFeedbackPanel());
return;
}
Expand Down

0 comments on commit a0adfbc

Please sign in to comment.