Wrong values in resource files

Noticed some wrong values in the FBAPackWebPages.resx (userNew.aspx)
Question-values is both used in question and answer values.

  <data name="SecurityAnswerHeaderText" xml:space="preserve">
    <value>Security Question</value>
  </data>
  <data name="SecurityQuestionHeaderText" xml:space="preserve">
    <value>Security Question</value>
  </data>
<data name="TypeSecurityALableText" xml:space="preserve">
  <value>Type the security question:</value>
</data>
<data name="TypeSecurityQLableText" xml:space="preserve">
  <value>Type the security question:</value>
</data>

Thanks for finding this. I'll raise it as an issue and fix it in the next release.