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)