PDA

View Full Version : How to find and edit the main pages HELP?


goactive
26th of April 2004 (Mon), 12:42
What page or file can i edit to change the text on top and under the password enter box. ???

Thanks

Pekka
26th of April 2004 (Mon), 18:02
In file /languages/xxx/global.php (where xxx is language code)

$translated["password_field_info_a"] = "optional password";
$translated["password_field_info_b"] = "leave empty to reset";

goactive
27th of April 2004 (Tue), 13:39
ok Thanks got it