mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Use normal translation style
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e8a0c7f2ce
commit
7f0e677908
|
@ -40,7 +40,7 @@ class GoogleAuthController extends Controller
|
||||||
->withErrors(
|
->withErrors(
|
||||||
[
|
[
|
||||||
'username' => [
|
'username' => [
|
||||||
__('Google Login failed, please try again.'),
|
trans('auth/general.google_login_failed')
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue