Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: xoqez on August 22, 2006, 04:33:27 AM

Title: Login mods
Post by: xoqez on August 22, 2006, 04:33:27 AM
Hi

On the first page where you have 'username' I would like to change this to read 'email' i have a look at login.html but could not see this anywhere.

where do i change this?
Title: Re: Login mods
Post by: ric on August 22, 2006, 06:29:22 AM
Goto the label.inc file in program/localization/en_US or en_GB and edit line 23 from;

$labels['username'] = 'Username';

to

$labels['username'] = 'Email';