mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Translated account save message
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e5c358a1fe
commit
771c85e347
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue