1

Closed

Security Answer Field Mislabelled

description

Change "ResourcesAppGlobal\FBAPackWebPages.resx" using a text editor:



<data name="TypeSecurityALableText" xml:space="preserve">
<value>Type the security question:</value>
</data>
to
<data name="TypeSecurityALableText" xml:space="preserve">
<value>Type the security answer:</value>
</data>

AND
<data name="SecurityAnswerHeaderText" xml:space="preserve">
<value>Security Question</value>
</data>

to:
<data name="SecurityAnswerHeaderText" xml:space="preserve">
<value>Security Answer</value>
</data>
Closed Jul 28, 2012 at 3:35 PM by ccoulson
Released in version 1.3

comments

ccoulson wrote Jun 15, 2012 at 10:01 PM

Same as issue 651. Fixed in commit 559b7b9337c2.