mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-17 17:01:37 +00:00
Fixes a small typo (#226)
This commit is contained in:
parent
0cfb938320
commit
661292df5e
@ -26,6 +26,6 @@ public function toEmail(object $notifiable): MailMessage
|
||||
return (new MailMessage)
|
||||
->subject(__('Server disconnected!'))
|
||||
->line("We've disconnected from your server [".$this->server->name.'].')
|
||||
->line('Please check your sever is online and make sure that has our public keys in it');
|
||||
->line('Please check your server is online and make sure that has our public keys in it');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user