diff --git a/app/Notifications/WelcomeMessage.php b/app/Notifications/WelcomeMessage.php index bb2b6de8..d74390a2 100644 --- a/app/Notifications/WelcomeMessage.php +++ b/app/Notifications/WelcomeMessage.php @@ -52,7 +52,7 @@ class WelcomeMessage extends Notification
Verification

Please verify your email address to get " . Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_EMAIL') . " extra credits and increase your server limit to " . Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_EMAIL') . "
You can also verify your discord account to get another " . Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_DISCORD') . " credits and to increase your server limit again with " . Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_DISCORD') . "

Information
-

This dashboard can be used to create and delete servers.
These servers can be used and managed thru our pterodactyl panel.
If you have any questions, please join our Discord and #create-a-ticket.

+

This dashboard can be used to create and delete servers.
These servers can be used and managed on our pterodactyl panel.
If you have any questions, please join our Discord server and #create-a-ticket.

We hope you can enjoy this hosting experience and if you have any suggestions please let us know!

Regards,
" . config('app.name', 'Laravel') . "

", diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 61c74571..43e786f5 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -58,8 +58,8 @@
- Usage - {{number_format($useage, 2, '.', '')}} p/m + Credit usage + {{number_format($useage, 2, '.', '')}} per month
@@ -83,23 +83,23 @@
-
Pterodactyl Panel
Use your servers on our pterodactyl panel (You can use the same login details)
-
phpMyAdmin
View your database online using phpMyAdmin
-
Discord
- Need a helping hand? want to chat? got any questions? Join our discord! + Need a helping hand? Want to chat? Got any questions? Join our discord!
diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 808b9858..6d1d649f 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -34,7 +34,7 @@ Home