This commit is contained in:
denisdulici 2018-10-30 13:11:10 +03:00
parent af6e6eb1b6
commit 0f184a38eb

View File

@ -12,7 +12,7 @@ return [
'disabled' => ':type disabled!', 'disabled' => ':type disabled!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! Amount passes the total. You don\'t should max add amount: :amount', 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Error: You are not allowed to manage this company!', 'not_user_company' => 'Error: You are not allowed to manage this company!',
'customer' => 'Error: User not created! :name already uses this email address.', 'customer' => 'Error: User not created! :name already uses this email address.',
'no_file' => 'Error: No file selected!', 'no_file' => 'Error: No file selected!',