Fixed error message
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3ab197075a
commit
37d7e89e93
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class UserFilesController extends Controller
|
|||
return redirect()->back()->with('success', trans('admin/users/message.deletefile.success'));
|
||||
}
|
||||
|
||||
return redirect()->back()->with('success', trans('admin/users/message.user_not_found', ['id' => $userId]));
|
||||
return redirect()->back()->with('error', trans('admin/users/general.log_does_not_exist'));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue