Jake Vanderwerf
2026-07-05 fff721dd185f5b97f7ae7a6e64189e55887ff590
inc/managers/Dashboard/DashboardPage.php
@@ -163,8 +163,9 @@
      if (empty($out)) {
         $out = sprintf(
            '<h1>%s</h1><p>It doesn\'t look like this page is configured yet.</p>',
            '<h1>%s</h1><p>It doesn\'t look like this page is configured yet: %s.</p>',
            $this->title,
            BASE.'dashboard_page_'.$check
         );
      }
      return $out;