Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
How do I change the text for Login, as I would like it to be Login/Register
many thanks
Hi,
use the default opencart languages system,
open catalog/language/english/module/speedlizard.php
search for code :
$_['text_login'] = 'Login'; and change Login to anything you want.
Many thanks