Page MenuHomePhabricator

D16671.diff
No OneTemporary

D16671.diff

diff --git a/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php b/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
--- a/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
+++ b/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
@@ -72,9 +72,9 @@
$comment_view,
))
->setCurtain($curtain)
- ->addPropertySection($details_header, $details)
+ ->addPropertySection(pht('Description'), $description)
->addPropertySection($recurring_header, $recurring)
- ->addPropertySection(pht('Description'), $description);
+ ->addPropertySection($details_header, $details);
return $this->newPage()
->setTitle($page_title)

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 6:06 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706246
Default Alt Text
D16671.diff (791 B)

Event Timeline