Update lang.php (#3498)

Provide a translation for the single error message that gets displayed when the application is in production. @see https://github.com/octobercms/october/issues/2106
Credit to @datune
This commit is contained in:
datune 2018-08-09 15:34:45 +02:00 committed by Luke Towers
parent 1e7c3691e7
commit 5fd3e8b373
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
return [
'auth' => [
'title' => 'Administration Area'
'title' => 'Administration Area',
'invalid_login' => 'The details you entered did not match our records. Please double-check and try again.'
],
'field' => [
'invalid_type' => 'Invalid field type used :type.',