Explorar o código

Message change

Shah Rakibur Rahaman hai 1 ano
pai
achega
a3b08194f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/ModalController.php

+ 1 - 1
app/Http/Controllers/ModalController.php

@@ -69,7 +69,7 @@ class ModalController extends Controller{
 
             $already_exists = StudentProposal::where('student_id',$req->student_id)->exists();
             if($already_exists){
-                return response(['msg'=>'Sorry! you can not submit proposal.You already submitted.'],403);
+                return response(['msg'=>'Sorry! You already submitted. You can not submit proposal.'],403);
             }
 
             $student_proposal =new StudentProposal;