@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Sébastien Santoro and committed by
epriestley
e16080ce 7a947947

+1 -1
+1 -1
src/applications/differential/xaction/DifferentialRevisionCommandeerTransaction.php
··· 41 41 } 42 42 43 43 public function getCommandSummary() { 44 - return pht('Commadeer a revision.'); 44 + return pht('Commandeer a revision.'); 45 45 } 46 46 47 47 public function generateOldValue($object) {