mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01: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:
parent
1eee75496a
commit
0eb5a80e7b
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue