mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
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
This commit is contained in:
parent
8ab4b88504
commit
98e2ad4ebc
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ final class PhabricatorFeedStoryPhriction extends PhabricatorFeedStory {
|
|||
$verb = PhrictionActionConstants::getActionPastTenseVerb($action);
|
||||
|
||||
$text = "{$author_name} {$verb} the document".
|
||||
"{$document_title} {$document_uri}";
|
||||
" {$document_title} {$document_uri}";
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue