mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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(
|
||||
[
|
||||
'username' => [
|
||||
__('Google Login failed, please try again.'),
|
||||
trans('auth/general.google_login_failed')
|
||||
],
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue