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

Forgot a pht on my last diff

Summary: also add a few more words

Test Plan: looks good!

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+1 -1
+1 -1
src/applications/flag/query/PhabricatorFlagSearchEngine.php
··· 108 108 // sort it alphabetically... 109 109 asort($options); 110 110 $default_option = array( 111 - 0 => 'All Objects'); 111 + 0 => pht('All Object Types')); 112 112 // ...and stick the default option on front 113 113 $options = array_merge($default_option, $options); 114 114