From 59c2c6d149d22b972d3d26e51216399d72cc76ed Mon Sep 17 00:00:00 2001 From: Matthew Hatcher Date: Fri, 16 Jun 2017 02:19:27 -0400 Subject: [PATCH] Fixing spelling error. (#495) --- resources/lang/en/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/base.php b/resources/lang/en/base.php index fdd7157c..ba3cbe71 100644 --- a/resources/lang/en/base.php +++ b/resources/lang/en/base.php @@ -15,7 +15,7 @@ return [ ], 'installing' => [ 'header' => 'Server Installing', - 'desc' => 'The requested server is still completing the install process. Please check back in a few minutes, you should recieve an email as soon as this process is completed.', + 'desc' => 'The requested server is still completing the install process. Please check back in a few minutes, you should receive an email as soon as this process is completed.', ], 'suspended' => [ 'header' => 'Server Suspended',