mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-06 11:55:37 +00:00
Merge branch 'develop' into snipeit_v7_laravel10
This commit is contained in:
@ -72,7 +72,7 @@ class ProfileController extends Controller
|
||||
|
||||
|
||||
if ($user->save()) {
|
||||
return redirect()->route('profile')->with('success', 'Account successfully updated');
|
||||
return redirect()->route('profile')->with('success', trans('account.general.profile_updated'));
|
||||
}
|
||||
|
||||
return redirect()->back()->withInput()->withErrors($user->getErrors());
|
||||
|
||||
Reference in New Issue
Block a user