mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +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(
|
return pht(
|
||||||
'%s changed the title from %s to %s.',
|
'%s renamed the title from %s to %s.',
|
||||||
$this->renderAuthor(),
|
$this->renderAuthor(),
|
||||||
$this->renderOldValue(),
|
$this->renderOldValue(),
|
||||||
$this->renderNewValue());
|
$this->renderNewValue());
|
||||||
|
@ -53,7 +53,7 @@ final class ManiphestTaskTitleTransaction
|
||||||
}
|
}
|
||||||
|
|
||||||
return pht(
|
return pht(
|
||||||
'%s changed %s title from %s to %s.',
|
'%s renamed %s from %s to %s.',
|
||||||
$this->renderAuthor(),
|
$this->renderAuthor(),
|
||||||
$this->renderObject(),
|
$this->renderObject(),
|
||||||
$this->renderOldValue(),
|
$this->renderOldValue(),
|
||||||
|
|
Loading…
Reference in a new issue