Fixed transfer category delete and changed type issue..
This commit is contained in:
@ -25,7 +25,8 @@ return [
|
||||
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'last_category' => 'Error: Can not delete the last <b>:type</b> category!',
|
||||
'transfer_category' => 'Error: Can not delete the transfer <b>:type</b> category!',
|
||||
'change_type' => 'Error: Can not change the type because it has :text related!',
|
||||
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
||||
'import_column' => 'Error: :message Column name: :column. Line number: :line.',
|
||||
|
Reference in New Issue
Block a user