diff --git a/app/controllers/DashboardController.php b/app/controllers/DashboardController.php index 7ca59c2b..13e5a546 100644 --- a/app/controllers/DashboardController.php +++ b/app/controllers/DashboardController.php @@ -5,6 +5,6 @@ */ class DashboardController extends Controller { public function showDashboard() { - return 'Coming soon...'; + return 'Coming soon... Back to Status Page.'; } }