diff --git a/src/applications/phid/handle/PhabricatorObjectHandleData.php b/src/applications/phid/handle/PhabricatorObjectHandleData.php index dd4f9e9ac9..c7a9ae2888 100644 --- a/src/applications/phid/handle/PhabricatorObjectHandleData.php +++ b/src/applications/phid/handle/PhabricatorObjectHandleData.php @@ -313,7 +313,7 @@ final class PhabricatorObjectHandleData { $handle->setPHID($phid); $handle->setType($type); if (empty($tasks[$phid])) { - $handle->setName('Unknown Revision'); + $handle->setName('Unknown Task'); } else { $task = $tasks[$phid]; $handle->setName($task->getTitle());