Skip to content

Commit 2e7a30f

Browse files
committed
Fixing typo
1 parent 18fc00a commit 2e7a30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/SignupController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function registerAction()
2323
if ($user->save() == true) {
2424
echo 'Thanks for register!';
2525
} else {
26-
echo 'Sorry, the next problems was generated: ';
26+
echo 'Sorry, the next problems were generated: ';
2727
foreach ($user->getMessages() as $message){
2828
echo $message->getMessage(), '<br/>';
2929
}

0 commit comments

Comments
 (0)