For some unexplainable reason my admin panel login "Email:" field has been changed to "_email:" as can be seen in this picture (http://imgur.com/qQjshW6).
My question: Where must I go to edit this "_email:" field back to "Email:"? I've been unable to find the field in language variables.
Many thanks!
In cs-cart, when a language variable is undefined, it appeneds a '_' character to the name and uses it. So a failure to lookup "email" results in "_email".
Simply add a new language variable for 'email' with value 'Email'. However, you should probably try to find out why it's not found and how it got removed.
Simply add a new language variable for 'email' with value 'Email'. However, you should probably try to find out why it's not found and how it got removed.
We noticed that some language variables can be lost after version upgrades. Note sure what can cause such issues.
In cs-cart, when a language variable is undefined, it appeneds a '_' character to the name and uses it. So a failure to lookup "email" results in "_email".
Simply add a new language variable for 'email' with value 'Email'. However, you should probably try to find out why it's not found and how it got removed.
Thank you for the explanation, and the solution you offered that did the trick.
@EcomLabs, That would make sense as I've updated recently, appreciate the clarification.
Thanks guys!!