Fixed  Incorrect display phrase "Do you already have an account?"

TAIFUN

Active member
Hello!
An error has occurred on the authorization page there is an incorrect display of phrase "Do you already have an account?"

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
This is a mistake in the code:

In the template called helper_login_form, change:
Code:
<dt><label for="ctrl_pageLogin_password">{xen:phrase do_you_already_have_password}</label></dt>

Code:
<dt><label for="ctrl_pageLogin_password">{xen:phrase do_you_already_have_account}</label></dt>


do_you_already_have_password doesn't even exist in the default xF Phrases Package.
 
Do you have any outdated phrases?

Check for those and revert them as necessary.
I do not know. Because I'm not an administrator xenforo.com/community
wink.png
 
This is a mistake in the code:

In the template called helper_login_form, change:
Code:
<dt><label for="ctrl_pageLogin_password">{xen:phrase do_you_already_have_password}</label></dt>

Code:
<dt><label for="ctrl_pageLogin_password">{xen:phrase do_you_already_have_account}</label></dt>


do_you_already_have_password doesn't even exist in the default xF Phrases Package.
Thanks, temp. edited in helper_login_form ;)

Now it's ok!
 
Top Bottom