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

Change "Projects" to "Tags" for curtain extension

Summary: This doesn't hit the ambiguous case in Diffusion so it seems fine to make it more consistent.

Test Plan: Looked at a little task-o.

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/applications/project/engineextension/PhabricatorProjectsCurtainExtension.php
··· 83 83 } 84 84 85 85 return $this->newPanel() 86 - ->setHeaderText(pht('Projects')) 86 + ->setHeaderText(pht('Tags')) 87 87 ->setOrder(10000) 88 88 ->appendChild($list); 89 89 }