From fdd17a20883569f0e1f0c4b50e8f50b9882a3a62 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 22 Jun 2016 12:58:29 -0700 Subject: [PATCH] Fixed weird capitalisation of language strings --- resources/lang/en/admin/hardware/message.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/admin/hardware/message.php b/resources/lang/en/admin/hardware/message.php index f5961b9367..e047a5c21e 100644 --- a/resources/lang/en/admin/hardware/message.php +++ b/resources/lang/en/admin/hardware/message.php @@ -37,9 +37,9 @@ return array( ), 'import' => array( - 'error' => 'Some Items did not import Correctly.', - 'errorDetail' => 'The Following Items were not imported because of errors.', - 'success' => "Your File has been imported", + 'error' => 'Some items did not import correctly.', + 'errorDetail' => 'The following items were not imported because of validation.', + 'success' => "Your file has been imported", ),