Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Nov 20, 2023
1 parent c3594a6 commit 49473db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/pages/createaccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
));

if (_mail($email, 'Your account on ' . $config['lua']['serverName'], $mailBody))
echo '<br /><small>These informations were send on email address <b>' . $email . '</b>.';
echo '<br /><small>This information was sent on email address <b>' . $email . '</b>.';
else {
error('An error occurred while sending email. For Admin: More info can be found in system/logs/mailer-error.log');
}
Expand Down

0 comments on commit 49473db

Please sign in to comment.