diff --git a/src/applications/search/engine/PhabricatorProfilePanelEngine.php b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
--- a/src/applications/search/engine/PhabricatorProfilePanelEngine.php
+++ b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
@@ -663,6 +663,7 @@
 
     $header = id(new PHUIHeaderView())
       ->setHeader(pht('Profile Menu Items'))
+      ->setSubHeader(pht('Drag tabs to reorder menu'))
       ->addActionLink($action_button);
 
     $box = id(new PHUIObjectBoxView())
@@ -907,7 +908,7 @@
 
       $is_target =
         (($builtin_key !== null) && ($builtin_key === $key)) ||
-        (($id !== null) && ($id === (int)$key));
+        (($id !== null) && ((int)$id === (int)$key));
 
       if ($is_target) {
         if (!$panel->isDefault()) {