diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,8 +9,8 @@
   'names' => array(
     'conpherence.pkg.css' => '2f25eb4f',
     'conpherence.pkg.js' => '020aebcf',
-    'core.pkg.css' => 'ac619266',
-    'core.pkg.js' => 'b3c5c317',
+    'core.pkg.css' => '112931ab',
+    'core.pkg.js' => '820af51e',
     'dark-console.pkg.js' => '187792c2',
     'differential.pkg.css' => '94bb10ca',
     'differential.pkg.js' => '46fcb3af',
diff --git a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
--- a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
+++ b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
@@ -32,7 +32,7 @@
     return $items;
   }
 
-  protected function newNoMenuItemsView(array $items) {
+  protected function newNoContentView(array $items) {
     $object = $this->getProfileObject();
     $builtins = $this->getBuiltinProfileItems($object);
 
@@ -41,7 +41,7 @@
         pht('New Portal'),
         pht('Use "Edit Menu" to add menu items to this portal.'));
     } else {
-      return $this->newNoContentView(
+      return $this->newEmptyView(
         pht('No Portal Content'),
         pht(
           'None of the visible menu items in this portal can render any '.