Added translation string for google auth failure

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-05-10 02:18:50 -07:00
parent 7062583710
commit 3c00f68bda

View file

@ -13,6 +13,7 @@ return [
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
'google_login' => 'Login via Google',
'google_login_failed' => 'Google Login failed, please try again.',
];