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:
parent
601622013d
commit
5a34b299e4
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue