diff --git a/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php b/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php --- a/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php +++ b/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php @@ -36,7 +36,7 @@ } return pht( - '%s renamed the title from %s to %s.', + '%s renamed this task from %s to %s.', $this->renderAuthor(), $this->renderOldValue(), $this->renderNewValue());