Use normal translation style

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-05-10 02:18:05 -07:00
parent e8a0c7f2ce
commit 7f0e677908

View file

@ -40,7 +40,7 @@ class GoogleAuthController extends Controller
->withErrors(
[
'username' => [
__('Google Login failed, please try again.'),
trans('auth/general.google_login_failed')
],
]
);