OC 1.3 English Language Correction
Posted: Tue Aug 04, 2009 12:06 am
This is not really a BUG as such, but a typo in the English Language Pack.
File:
catalog/language/english/account/forgotten.php
replace with
Best Wishes
Alex
File:
catalog/language/english/account/forgotten.php
Code: Select all
$_['mail_password'] = 'Your new password to is:';
Code: Select all
$_['mail_password'] = 'Your new password is:';
Alex