1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 16:52:41 +01:00

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
This commit is contained in:
Chad Little 2017-05-19 13:29:54 -07:00
parent c9889e3d55
commit 601622013d

View file

@ -183,7 +183,7 @@ final class PhabricatorProjectSubprojectsController
'have their own milestones.');
} else {
if (!$milestones) {
$note = pht('You can create milestones for this project.');
$note = pht('Milestones can be created for this project.');
} else {
$note = pht('This project has milestones.');
}
@ -199,7 +199,7 @@ final class PhabricatorProjectSubprojectsController
'subprojects.');
} else {
if (!$subprojects) {
$note = pht('You can create subprojects for this project.');
$note = pht('Subprojects can be created for this project.');
} else {
$note = pht('This project has subprojects.');
}