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:
parent
1e7c3691e7
commit
5fd3e8b373
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue