corrections

This commit is contained in:
KNaveenraj-ladybird
2023-09-12 14:10:43 +05:30
parent 492fbe1118
commit a262dd2989
2 changed files with 5 additions and 7 deletions

View File

@@ -437,7 +437,7 @@ class TicketController extends Controller
return response()->json(compact('result'));
}
$result = ['success' => 'Replied successfully'];
$result = ['success' => Lang::get('lang.you_have_successfully_replied_to_your_ticket')];
return response()->json(compact('result'));
}