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

Update Maniphest title language

Summary: Ref T12732

Test Plan: Read

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12732

Differential Revision: https://secure.phabricator.com/D17964
This commit is contained in:
Chad Little 2017-05-19 13:41:21 -07:00
parent 601622013d
commit 5a34b299e4

View file

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