mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Fix typo in DifferentialRevisionCommandeerTransaction
Test Plan: Check at /applications/mailcommands/PhabricatorDifferentialApplication/revision/ Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D17265
This commit is contained in:
parent
7a947947a3
commit
e16080ce7e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ final class DifferentialRevisionCommandeerTransaction
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCommandSummary() {
|
public function getCommandSummary() {
|
||||||
return pht('Commadeer a revision.');
|
return pht('Commandeer a revision.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function generateOldValue($object) {
|
public function generateOldValue($object) {
|
||||||
|
|
Loading…
Reference in a new issue