diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7b1652ea..34e1506b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Please visit our Discord for help with your installation. - name: ❓ General Question url: https://discord.gg/4Y6HjD2uyU - about: Please visit our Discord for general questions about the ControlPanel. + about: Please visit our Discord for general questions about the CtrlPanel. diff --git a/README.md b/README.md index f78d81a7..aecde0b5 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ - Theme Support - and so much more! -# ControlPanel-gg +# CtrlPanel-gg -![controlpanel](https://user-images.githubusercontent.com/67899387/214684708-739c1d21-06e8-4dec-a4f1-81533a46cc7e.png) +![ctrlpanel](https://user-images.githubusercontent.com/67899387/214684708-739c1d21-06e8-4dec-a4f1-81533a46cc7e.png) ![](https://img.shields.io/endpoint?label=v0.9%20Installations&url=https%3A%2F%2Fmarket.ctrlpanel.gg%2Fcallhome.php%3Fgetinstalls) ![](https://img.shields.io/badge/Overall%20Installations-5000%2B-green) -![](https://img.shields.io/github/stars/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/forks/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/tag/ControlPanel-gg/dashboard) [![Crowdin](https://badges.crowdin.net/controlpanelgg/localized.svg)](https://crowdin.com/project/controlpanelgg) ![](https://img.shields.io/github/issues/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/license/ControlPanel-gg/dashboard) ![](https://img.shields.io/discord/787829714483019826) +![](https://img.shields.io/github/stars/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/forks/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/tag/ctrlpanel-gg/dashboard) [![Crowdin](https://badges.crowdin.net/ctrlpanel/localized.svg)](https://crowdin.com/project/controlpanelgg) ![](https://img.shields.io/github/issues/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/license/ctrlpanel-gg/panel) ![](https://img.shields.io/discord/787829714483019826) ## About -ControlPanel's Dashboard is a dashboard application designed to offer clients a management tool to manage their pterodactyl servers. This dashboard comes with a credit-based billing solution that credits users hourly for each server they have and suspends them if they run out of credits. +CtrlPanel's Dashboard is a dashboard application designed to offer clients a management tool to manage their pterodactyl servers. This dashboard comes with a credit-based billing solution that credits users hourly for each server they have and suspends them if they run out of credits. This dashboard offers an easy to use and free billing solution for all starting and experienced hosting providers. This dashboard has many customisation options and added discord Oauth verification to offer a solid link between your discord server and your dashboard. You can check our [Demo here](https://demo.CtrlPanel.gg "Demo"). diff --git a/app/Console/Commands/GetGithubVersion.php b/app/Console/Commands/GetGithubVersion.php index 31e93625..99ee7e5b 100644 --- a/app/Console/Commands/GetGithubVersion.php +++ b/app/Console/Commands/GetGithubVersion.php @@ -32,7 +32,7 @@ class GetGithubVersion extends Command public function handle() { try{ - $latestVersion = Http::get('https://api.github.com/repos/controlpanel-gg/dashboard/tags')->json()[0]['name']; + $latestVersion = Http::get('https://api.github.com/repos/ctrlpanel-gg/panel/tags')->json()[0]['name']; Storage::disk('local')->put('latestVersion', $latestVersion); } catch (Exception $e) { Storage::disk('local')->put('latestVersion', "unknown"); diff --git a/config/mail.php b/config/mail.php index 2974614e..867155b5 100644 --- a/config/mail.php +++ b/config/mail.php @@ -93,7 +93,7 @@ return [ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_FROM_NAME', 'ControlPanel'), + 'name' => env('MAIL_FROM_NAME', 'CtrlPanel'), ], /* diff --git a/themes/default/views/admin/overview/index.blade.php b/themes/default/views/admin/overview/index.blade.php index a092ed5f..d5b8d5a8 100644 --- a/themes/default/views/admin/overview/index.blade.php +++ b/themes/default/views/admin/overview/index.blade.php @@ -48,7 +48,7 @@
{{__('Support ControlPanel')}} + class="fas fa-money-bill mr-2"> {{__('Support CtrlPanel')}}
@@ -227,7 +227,7 @@

{{ __('You reached the Pterodactyl perPage limit. Please make sure to set it higher than your server count.') }}
{{ __('You can do that in settings.') }}

- {{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on ControlPanel. Try clicking the button below.') }} + {{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on CtrlPanel. Try clicking the button below.') }}

{{__('Sync servers')}} diff --git a/themes/default/views/admin/servers/edit.blade.php b/themes/default/views/admin/servers/edit.blade.php index e3b9854f..f9afd2b2 100644 --- a/themes/default/views/admin/servers/edit.blade.php +++ b/themes/default/views/admin/servers/edit.blade.php @@ -43,7 +43,7 @@