Fix grammatical errors

Fixes #4420
This commit is contained in:
Frédéric Guillot
2020-02-29 16:05:32 -08:00
parent e79cf77058
commit c12bbb1613
48 changed files with 596 additions and 596 deletions

View File

@@ -61,7 +61,7 @@ class TaskLinkEventBuilderTest extends Base
$this->assertSame('', $title);
$title = $taskLinkEventBuilder->buildTitleWithoutAuthor(TaskLinkModel::EVENT_CREATE_UPDATE, $eventData->getAll());
$this->assertEquals('A new internal link for the task #1 have been defined', $title);
$this->assertEquals('A new internal link for the task #1 has been defined', $title);
$title = $taskLinkEventBuilder->buildTitleWithoutAuthor(TaskLinkModel::EVENT_DELETE, $eventData->getAll());
$this->assertEquals('Internal link removed for the task #1', $title);