Skip to content

Commit

Permalink
Update DefaultController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Mar 25, 2017
1 parent 409a2d4 commit 94ef10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function actionIndex()

return $this->refresh();
} else {
throw new InvalidConfigException('Unable to send email, maybe the mail component is not configure properly.');
throw new InvalidConfigException('Unable to send contact email, maybe the mail component is not setup properly in your config.');
}
} else {
// as the toolbar maybe try's to re render this part of the controller.
Expand Down

0 comments on commit 94ef10f

Please sign in to comment.