Roundcube Community Forum

 

Login mods

Started by xoqez, August 22, 2006, 04:33:27 AM

Previous topic - Next topic

xoqez

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?
--
Venond; using roundcube since June 2006
www.venond.com

ric

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';