3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 16:55:48 +00:00

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')
],
]
);