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 @@ -41,11 +41,12 @@ pht('New Portal'), pht('Use "Edit Menu" to add menu items to this portal.')); } else { - return $this->newNoContentView( + return $this->newNoContentView(array( pht('No Portal Content'), pht( 'None of the visible menu items in this portal can render any '. - 'content.')); + 'content.'), + )); } }