Jake Vanderwerf
6 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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;