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

Clarify milestone/subproject creation language

Summary: Ref T12732

Test Plan: Read new language

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12732

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

+2 -2
+2 -2
src/applications/project/controller/PhabricatorProjectSubprojectsController.php
··· 183 183 'have their own milestones.'); 184 184 } else { 185 185 if (!$milestones) { 186 - $note = pht('You can create milestones for this project.'); 186 + $note = pht('Milestones can be created for this project.'); 187 187 } else { 188 188 $note = pht('This project has milestones.'); 189 189 } ··· 199 199 'subprojects.'); 200 200 } else { 201 201 if (!$subprojects) { 202 - $note = pht('You can create subprojects for this project.'); 202 + $note = pht('Subprojects can be created for this project.'); 203 203 } else { 204 204 $note = pht('This project has subprojects.'); 205 205 }