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:
@@ -183,7 +183,7 @@ final class PhabricatorProjectSubprojectsController
|
|||||||
'have their own milestones.');
|
'have their own milestones.');
|
||||||
} else {
|
} else {
|
||||||
if (!$milestones) {
|
if (!$milestones) {
|
||||||
$note = pht('You can create milestones for this project.');
|
$note = pht('Milestones can be created for this project.');
|
||||||
} else {
|
} else {
|
||||||
$note = pht('This project has milestones.');
|
$note = pht('This project has milestones.');
|
||||||
}
|
}
|
||||||
@@ -199,7 +199,7 @@ final class PhabricatorProjectSubprojectsController
|
|||||||
'subprojects.');
|
'subprojects.');
|
||||||
} else {
|
} else {
|
||||||
if (!$subprojects) {
|
if (!$subprojects) {
|
||||||
$note = pht('You can create subprojects for this project.');
|
$note = pht('Subprojects can be created for this project.');
|
||||||
} else {
|
} else {
|
||||||
$note = pht('This project has subprojects.');
|
$note = pht('This project has subprojects.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user