1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 08:42:41 +01:00

Update Maniphest title transaction again

Summary: Ref T12732, third time is the charm?

Test Plan: Read

Reviewers: epriestley

Subscribers: Korvin

Maniphest Tasks: T12732

Differential Revision: https://secure.phabricator.com/D17965
This commit is contained in:
Chad Little 2017-05-19 13:43:45 -07:00
parent 5a34b299e4
commit abd791889c

View file

@ -36,7 +36,7 @@ final class ManiphestTaskTitleTransaction
}
return pht(
'%s renamed the title from %s to %s.',
'%s renamed this task from %s to %s.',
$this->renderAuthor(),
$this->renderOldValue(),
$this->renderNewValue());