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

Fixed inconsistency at phriction

Summary:
* All Applications are useing the description "Tags", Phriction actually uses "Projects"
* Changed "Projects" to "Tags" for phriction
Ref T11614

Test Plan:
* Edited a document, took a look at the description for that input line
* Added a project to a page and saved it

Reviewers: chad, #blessed_reviewers

Reviewed By: chad, #blessed_reviewers

Subscribers: avivey, chad, epriestley

Tags: #phriction

Maniphest Tasks: T11614

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

authored by

Luke081515 and committed by
Chad Little
9e4bca83 c0bf0805

+1 -1
+1 -1
src/applications/phriction/controller/PhrictionEditController.php
··· 247 247 ->setUser($viewer)) 248 248 ->appendControl( 249 249 id(new AphrontFormTokenizerControl()) 250 - ->setLabel(pht('Projects')) 250 + ->setLabel(pht('Tags')) 251 251 ->setName('projects') 252 252 ->setValue($v_projects) 253 253 ->setDatasource(new PhabricatorProjectDatasource()))