@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.

Fixed typo in PhabricatorPasteTransaction

Summary: update -> updated

Test Plan: read again the sentence

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12350

authored by

Sébastien Santoro and committed by
epriestley
bf68ab25 238381a6

+1 -1
+1 -1
src/applications/paste/storage/PhabricatorPasteTransaction.php
··· 120 120 break; 121 121 case PhabricatorPasteTransaction::TYPE_LANGUAGE: 122 122 return pht( 123 - '%s update the language for %s.', 123 + '%s updated the language for %s.', 124 124 $this->renderHandleLink($author_phid), 125 125 $this->renderHandleLink($object_phid)); 126 126 break;