@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo at calendar transaction

Summary:
* Fixed conveted => converted
Ref T11576

Test Plan: * Looked at a page, where somebody converted an AllDay Event to a normal one

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Tags: #calendar

Maniphest Tasks: T11576

Differential Revision: https://secure.phabricator.com/D16488

authored by

Luke081515 and committed by
epriestley
0eb5a80e 1eee7549

+1 -1
+1 -1
src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php
··· 24 24 $this->renderAuthor()); 25 25 } else { 26 26 return pht( 27 - '%s conveted this from an all day event.', 27 + '%s converted this from an all day event.', 28 28 $this->renderAuthor()); 29 29 } 30 30 }