diff --git a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
--- a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
+++ b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
@@ -55,8 +55,8 @@
       ->setHref('/dashboard/panel/edit/')
       ->setColor(PHUIButtonView::GREEN);
 
-    $icon = $this->getApplication()->getIcon();
-    $app_name =  $this->getApplication()->getName();
+    $icon = $this->getCurrentApplication()->getIcon();
+    $app_name =  $this->getCurrentApplication()->getName();
     $view = id(new PHUIBigInfoView())
       ->setIcon($icon)
       ->setTitle(pht('Welcome to %s', $app_name))