Adjust user directions after registering to reflect new login page

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-09-09 14:44:19 -04:00 committed by Lukas Fleischer
parent e171f6f34e
commit 5dfbb783f1

View file

@ -195,7 +195,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
print __("The account, %s%s%s, has been successfully created.", print __("The account, %s%s%s, has been successfully created.",
"<b>", htmlspecialchars($U,ENT_QUOTES), "</b>"); "<b>", htmlspecialchars($U,ENT_QUOTES), "</b>");
print "<p>\n"; print "<p>\n";
print __("Click on the Home link above to login."); print __("Click on the Login link above to use your account.");
print "</p>\n"; print "</p>\n";
} }