Fix English grammatical errors

This commit is contained in:
Frédéric Guillot
2019-07-15 14:42:15 -07:00
parent 4fb6960c3f
commit e60686cd10
34 changed files with 34 additions and 34 deletions

View File

@@ -56,7 +56,7 @@ class TaskImportController extends BaseController
if ($taskImport->getNumberOfImportedTasks() > 0) {
$this->flash->success(t('%d task(s) have been imported successfully.', $taskImport->getNumberOfImportedTasks()));
} else {
$this->flash->failure(t('Nothing have been imported!'));
$this->flash->failure(t('Nothing has been imported!'));
}
$this->response->redirect($this->helper->url->to('TaskImportController', 'show', array('project_id' => $project['id'])), true);