From 49473db0541afbaa24b500c85aa229e1b8361936 Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Mon, 20 Nov 2023 17:00:31 -0300 Subject: [PATCH] fix typo. --- system/pages/createaccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/createaccount.php b/system/pages/createaccount.php index 3038448982..82d655e108 100644 --- a/system/pages/createaccount.php +++ b/system/pages/createaccount.php @@ -305,7 +305,7 @@ )); if (_mail($email, 'Your account on ' . $config['lua']['serverName'], $mailBody)) - echo '
These informations were send on email address ' . $email . '.'; + echo '
This information was sent on email address ' . $email . '.'; else { error('An error occurred while sending email. For Admin: More info can be found in system/logs/mailer-error.log'); }