mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed weird capitalisation of language strings
This commit is contained in:
parent
f753783ca0
commit
fdd17a2088
|
@ -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",
|
||||
),
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue