Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Feb 6, 2023
1 parent d907fc2 commit 487d288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function store(ImportActivityRequest $request): JsonResponse
}
}

return response()->json(['success' => true, 'message' => ucfirst(trans('responses.event_failed', ['prefix'=>'', 'event'=>trans('responses.uploaded')])), 'type' => $filetype]);
return response()->json(['success' => true, 'message' => ucfirst(trans('responses.event_successfully', ['prefix'=>'', 'event'=>trans('responses.uploaded')])), 'type' => $filetype]);
} catch (\Exception $e) {
logger()->error($e->getMessage());

Expand Down

0 comments on commit 487d288

Please sign in to comment.