Hi
You can edit the 'Sign In' button label easily but there is no option to edit the 'Sign Out' button label.
I'm guessing it's a simple command in the core files, can anyone point we in the right direction ?
I'm going to have the text saying 'Click here to sign out' instead of just 'Sign Out'
Maybe a good thing to add into future versions of FEU ?
FrontEndUsers: How to edit 'Sign Out' button label ?
Re: FrontEndUsers: How to edit 'Sign Out' button label ?
bump
i really would like to know the answer
i really would like to know the answer
Re: FrontEndUsers: How to edit 'Sign Out' button label ?
Edit lang/en_US.php from:ironblaze94 wrote: bump
i really would like to know the answer
Code: Select all
$lang['logout'] = 'Sign out';
Code: Select all
$lang['logout'] = 'Click here to sign out';