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

Config php

Summary: Found one!

Test Plan: derp

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/config/controller/PhabricatorConfigEditController.php
··· 401 401 } 402 402 403 403 $control 404 - ->setLabel('Value') 404 + ->setLabel(pht('Value')) 405 405 ->setError($e_value) 406 406 ->setValue($display_value) 407 407 ->setName('value');