Menu

#728 Change the word Name: to User: in any login window.

open
nobody
None
1
2015-04-17
2015-04-17
Anonymous
No

I need to Change the word Name: to User: in any login window.

Discussion

  • Campbell Morrison

    Put the following in your config file

    $vocab_override['en']['users.name'] = 'User';
    

    You can override any of the strings in the lang files by using $vocab_override. You can also add strings for other languages, eg

    $vocab_override['fr']['users.name'] = 'Nom';  // put whatever you like instead of 'Nom'