forked from science-ation/science-ation
- Fix a typo in two places... I wonder how long these have been like this. :S
This commit is contained in:
parent
52fb9faed8
commit
e0a0e3dbcf
@ -103,7 +103,7 @@
|
||||
{
|
||||
email_send("register_judges_resend_password",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("PASSWORD"=>$r->password,"EMAIL"=>$r->email));
|
||||
send_header("Judges Registration");
|
||||
echo notice(i18n("Your judge registration password has been sent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address") ));
|
||||
echo notice(i18n("Your judge registration password has been sent to your email address <b>%1</b>",array($_SESSION['email']),array("email address") ));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -110,7 +110,7 @@
|
||||
{
|
||||
email_send("register_participants_resend_regnum",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$r->num,"FAIRNAME"=>i18n($config['fairname'])));
|
||||
send_header("Participant Registration");
|
||||
echo notice(i18n("Your registration number has been resent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address")));
|
||||
echo notice(i18n("Your registration number has been resent to your email address <b>%1</b>",array($_SESSION['email']),array("email address")));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user