Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15531907
D17961.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
974 B
Referenced Files
None
Subscribers
None
D17961.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 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
Details
Attached
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)
Attached To
Mode
D17961: Clarify milestone/subproject creation language
Attached
Detach File
Event Timeline
Log In to Comment