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

Fix UI strings in Config help for "environment.append-paths"

Summary: Fixes T8939. The parameters on this pht() just got juggled around at some point.

Test Plan: {F654408}

Reviewers: btrahan, avivey, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T8939

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

+2 -2
+2 -2
src/applications/config/option/PhabricatorCoreConfigOptions.php
··· 174 174 "The current value of PATH after configuration is applied is:\n\n". 175 175 " lang=text\n". 176 176 " %s", 177 + 'pygmentize', 177 178 '$PATH', 178 179 '$PATH', 179 180 'phabricator/support/bin/', 180 - $path, 181 - 'pygmentize')) 181 + $path)) 182 182 ->setLocked(true) 183 183 ->addExample('/usr/local/bin', pht('Add One Path')) 184 184 ->addExample("/usr/bin\n/usr/local/bin", pht('Add Multiple Paths')),