Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18672445
D17961.id43197.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
990 B
Referenced Files
None
Subscribers
None
D17961.id43197.diff
View Options
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 are able to 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 are able to be created for this project.');
} else {
$note = pht('This project has subprojects.');
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sep 26 2025, 7:33 AM (7 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8768560
Default Alt Text
D17961.id43197.diff (990 B)
Attached To
Mode
D17961: Clarify milestone/subproject creation language
Attached
Detach File
Event Timeline
Log In to Comment