From 5fd3e8b37367ac17b1a84e326b58db322d589a01 Mon Sep 17 00:00:00 2001 From: datune Date: Thu, 9 Aug 2018 15:34:45 +0200 Subject: [PATCH] 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 --- modules/backend/lang/en/lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/backend/lang/en/lang.php b/modules/backend/lang/en/lang.php index 3ef1a8f9b..0b2ae4e85 100644 --- a/modules/backend/lang/en/lang.php +++ b/modules/backend/lang/en/lang.php @@ -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.',