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>