mirror of
https://github.com/pterodactyl/panel.git
synced 2025-02-01 11:21:35 +01:00
Fixed typo (#1134)
This commit is contained in:
parent
7cf79a12cb
commit
5f6ee45f44
@ -60,7 +60,7 @@ class AccountCreated extends Notification implements ShouldQueue
|
||||
{
|
||||
$message = (new MailMessage)
|
||||
->greeting('Hello ' . $this->user->name . '!')
|
||||
->line('You are recieving this email because an account has been created for you on ' . config('app.name') . '.')
|
||||
->line('You are receiving this email because an account has been created for you on ' . config('app.name') . '.')
|
||||
->line('Username: ' . $this->user->username)
|
||||
->line('Email: ' . $this->user->email);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user