Page MenuHomePhabricator

D17961.diff
No OneTemporary

D17961.diff

diff --git a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
--- a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
+++ b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
@@ -183,7 +183,7 @@
'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 @@
'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.');
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 24, 1:45 PM (16 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7821274
Default Alt Text
D17961.diff (974 B)

Event Timeline