Move everything over to pterodactyl theme
This commit is contained in:
parent
198a021a97
commit
955d89c0c6
15 changed files with 45 additions and 808 deletions
|
@ -13,6 +13,14 @@ return [
|
|||
'header' => 'File Not Found',
|
||||
'desc' => 'We were unable to locate the requested resource on the server.',
|
||||
],
|
||||
'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.',
|
||||
],
|
||||
'suspended' => [
|
||||
'header' => 'Server Suspended',
|
||||
'desc' => 'This server has been suspended and cannot be accessed.',
|
||||
],
|
||||
],
|
||||
'index' => [
|
||||
'header' => 'Your Servers',
|
||||
|
|
Reference in a new issue