diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php
index 817766e095..9652532e7e 100644
--- a/resources/views/admin/index.blade.php
+++ b/resources/views/admin/index.blade.php
@@ -29,7 +29,7 @@
@if ($version->isLatestPanel())
You are running Pterodactyl Panel version {{ config('app.version') }}. Your panel is up-to-date!
@else
- Your panel is not up-to-date! The latest version is {{ $version->getPanel() }} and you are currently running version {{ config('app.version') }}.
+ Your panel is not up-to-date! The latest version is {{ $version->getPanel() }} and you are currently running version {{ config('app.version') }}. You can find instructions on how to update your panel here.
@endif