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

@@ -78,7 +78,7 @@ class UserImportController extends BaseController
if ($this->userImport->counter > 0) {
$this->flash->success(t('%d user(s) have been imported successfully.', $this->userImport->counter));
} else {
$this->flash->failure(t('Nothing have been imported!'));
$this->flash->failure(t('Nothing has been imported!'));
}
}
}