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

Rename Differential field Projects to Tags

Summary: Users can't find the "Tags" field in the Edit Menu; Added keyword "Tag".

Test Plan: Looked in Edit page; I think this shouldn't change anything else?

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

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

authored by

Aviv Eyal and committed by
avivey
091a64e9 f424f9f2

+1 -1
+1 -1
src/applications/differential/customfield/DifferentialProjectsField.php
··· 8 8 } 9 9 10 10 public function getFieldName() { 11 - return pht('Projects'); 11 + return pht('Tags'); 12 12 } 13 13 14 14 public function getFieldDescription() {