1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

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
This commit is contained in:
Luke081515 2016-09-02 06:18:17 -07:00 committed by epriestley
parent 1eee75496a
commit 0eb5a80e7b

View file

@ -24,7 +24,7 @@ final class PhabricatorCalendarEventAllDayTransaction
$this->renderAuthor());
} else {
return pht(
'%s conveted this from an all day event.',
'%s converted this from an all day event.',
$this->renderAuthor());
}
}