forked from science-ation/science-ation
fix "pleaes" typo
This commit is contained in:
parent
aa4dc8d75c
commit
d4b84cd798
@ -126,7 +126,7 @@
|
||||
echo "<input type=\"submit\" value=\"".i18n("Login")."\">";
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo i18n("If you have lost or forgotten your <b>password</b>, pleaes <a href=\"register_judges.php?action=resend\">click here to resend</a> it to your email address");
|
||||
echo i18n("If you have lost or forgotten your <b>password</b>, please <a href=\"register_judges.php?action=resend\">click here to resend</a> it to your email address");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -179,7 +179,7 @@
|
||||
echo "<input type=\"submit\" value=\"Submit\">";
|
||||
echo "</form>";
|
||||
echo "<br />";
|
||||
echo i18n("If you have lost or forgotten your <b>registration number</b>, pleaes <a href=\"register_participants.php?action=resend\">click here to resend</a> it to your email address");
|
||||
echo i18n("If you have lost or forgotten your <b>registration number</b>, please <a href=\"register_participants.php?action=resend\">click here to resend</a> it to your email address");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user