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

Add a space so that the feed doesn't say "the documentDocumentName"

Summary: Added a space in between "document" and "DocumentName"

Test Plan: Edit a document

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

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

authored by

Korvin Szanto and committed by
epriestley
98e2ad4e 8ab4b885

+1 -1
+1 -1
src/applications/feed/story/PhabricatorFeedStoryPhriction.php
··· 83 83 $verb = PhrictionActionConstants::getActionPastTenseVerb($action); 84 84 85 85 $text = "{$author_name} {$verb} the document". 86 - "{$document_title} {$document_uri}"; 86 + " {$document_title} {$document_uri}"; 87 87 88 88 return $text; 89 89 }