Update CommentController.php

Spelling: Benn to Been
This commit is contained in:
Gizmo3D
2019-11-13 06:09:11 -08:00
committed by GitHub
parent 676118cca3
commit 7aeb514474
+4 -4
View File
@@ -75,7 +75,7 @@ class CommentController extends Controller
if ($user->can_comment == 0) {
return redirect()->route('articles.show', ['id' => $article->id])
->withErrors('Your Comment Rights Have Benn Revoked!');
->withErrors('Your Comment Rights Have Been Revoked!');
}
$comment = new Comment();
@@ -275,7 +275,7 @@ class CommentController extends Controller
if ($user->can_comment == 0) {
return redirect()->route('torrent', ['id' => $torrent->id])
->withErrors('Your Comment Rights Have Benn Revoked!');
->withErrors('Your Comment Rights Have Been Revoked!');
}
$comment = new Comment();
@@ -380,7 +380,7 @@ class CommentController extends Controller
if ($user->can_comment == 0) {
return redirect()->route('request', ['id' => $tr->id])
->withErrors('Your Comment Rights Have Benn Revoked!');
->withErrors('Your Comment Rights Have Been Revoked!');
}
$comment = new Comment();
@@ -484,7 +484,7 @@ class CommentController extends Controller
if ($user->can_comment == 0) {
return redirect()->route('torrent', ['id' => $torrent->id])
->withErrors('Your Comment Rights Have Benn Revoked!');
->withErrors('Your Comment Rights Have Been Revoked!');
}
$comment = new Comment();