FrontEndUsers: How to edit 'Sign Out' button label ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
ironblaze94

FrontEndUsers: How to edit 'Sign Out' button label ?

Post by ironblaze94 »

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 ?
ironblaze94

Re: FrontEndUsers: How to edit 'Sign Out' button label ?

Post by ironblaze94 »

bump

i really would like to know the answer
alby

Re: FrontEndUsers: How to edit 'Sign Out' button label ?

Post by alby »

ironblaze94 wrote: bump

i really would like to know the answer
Edit lang/en_US.php  from:

Code: Select all

$lang['logout'] = 'Sign out';
to:

Code: Select all

$lang['logout'] = 'Click here to sign out';
Alby
Locked

Return to “CMSMS Core”