@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 project archive dialog text

See: <https://github.com/phacility/phabricator/pull/657>

Reviewed by: epriestley

authored by

Ryan Freebern and committed by
epriestley
19ff097d d5e84cf1

+1 -1
+1 -1
src/applications/project/controller/PhabricatorProjectArchiveController.php
··· 57 57 $button = pht('Unarchive Project'); 58 58 } else { 59 59 $title = pht('Really archive project?'); 60 - $body = pht('This project will moved to the archive.'); 60 + $body = pht('This project will be moved to the archive.'); 61 61 $button = pht('Archive Project'); 62 62 } 63 63