Page 1 of 1

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

Posted: Tue Jan 29, 2008 2:19 pm
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 ?

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

Posted: Wed Jan 30, 2008 9:15 am
by ironblaze94
bump

i really would like to know the answer

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

Posted: Wed Jan 30, 2008 9:44 am
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