From 5dfbb783f11392b1bae7d6e4a83826d702a4f0ca Mon Sep 17 00:00:00 2001 From: canyonknight Date: Sun, 9 Sep 2012 14:44:19 -0400 Subject: Adjust user directions after registering to reflect new login page Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/lib/acctfuncs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index 54e8381..e7dcb10 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -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.", "", htmlspecialchars($U,ENT_QUOTES), ""); print "

\n"; - print __("Click on the Home link above to login."); + print __("Click on the Login link above to use your account."); print "

\n"; } -- cgit v1.2.3-54-g00ecf