mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
e171f6f34e
commit
5dfbb783f1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue