Fixed weird capitalisation of language strings

This commit is contained in:
snipe 2016-06-22 12:58:29 -07:00
parent f753783ca0
commit fdd17a2088

View file

@ -37,9 +37,9 @@ return array(
), ),
'import' => array( 'import' => array(
'error' => 'Some Items did not import Correctly.', 'error' => 'Some items did not import correctly.',
'errorDetail' => 'The Following Items were not imported because of errors.', 'errorDetail' => 'The following items were not imported because of validation.',
'success' => "Your File has been imported", 'success' => "Your file has been imported",
), ),