diff --git a/email.php b/email.php index 5cef2e0d9..e2b4cffb4 100644 --- a/email.php +++ b/email.php @@ -171,7 +171,7 @@ if (isset($_POST['emailsubmit'])) } else { - $ns->tablerender(LAN_EMAIL_12, "
".$error."
"); + $ns->tablerender(LAN_ERROR, "
".$error."
"); } }