diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php index b4c1a8bb1a..d769c96831 100644 --- a/src/applications/maniphest/storage/ManiphestTransaction.php +++ b/src/applications/maniphest/storage/ManiphestTransaction.php @@ -659,8 +659,9 @@ final class ManiphestTransaction $project_phid = $new['projectPHID']; $column_phid = head($new['columnPHIDs']); return pht( - '%s moved this task to %s on the %s workboard.', + '%s moved %s to %s on the %s workboard.', $this->renderHandleLink($author_phid), + $this->renderHandleLink($object_phid), $this->renderHandleLink($column_phid), $this->renderHandleLink($project_phid)); break;