Browse Source

Message change

Shah Rakibur Rahaman 1 year ago
parent
commit
a3b08194f8
1 changed files with 1 additions and 1 deletions
  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;