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:
parent
c9889e3d55
commit
601622013d
1 changed files with 2 additions and 2 deletions
|
@ -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.');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue