Jelajahi Sumber

Update UserController.php

AnonDev 4 tahun lalu
induk
melakukan
4f5c4f0d97
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/Admin/UserController.php

+ 1 - 1
app/Http/Controllers/Admin/UserController.php

@@ -138,7 +138,7 @@ class UserController extends Controller
     public function reSendVerificationEmail(User $user)
     {
         if ($user->hasVerifiedEmail())
-            return redirect()->back()->with('error', 'User has already verified there email');
+            return redirect()->back()->with('error', 'User has already verified their email');
 
         $user->sendEmailVerificationNotification();
         return redirect()->back()->with('success', 'User has been emailed again!');