mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-02 08:19:33 -05:00
(Update) Multi-lang translation
Added fields
This commit is contained in:
@@ -41,10 +41,10 @@ class ActivationController extends Controller
|
||||
$activation->delete();
|
||||
|
||||
return redirect()->route('login')
|
||||
->withSuccess('Account Confirmed! You May Now Login!');
|
||||
->withSuccess(trans('auth.activation-success'));
|
||||
} else {
|
||||
return redirect()->route('login')
|
||||
->withErrors('Banned or Invalid Token Or Account Already Confirmed!');
|
||||
->withErrors(trans('auth.activation-error'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user