diff --git a/resources/lang/en-GB/bulk_actions.php b/resources/lang/en-GB/bulk_actions.php
index 12c22af65..3873e45fb 100644
--- a/resources/lang/en-GB/bulk_actions.php
+++ b/resources/lang/en-GB/bulk_actions.php
@@ -4,50 +4,16 @@ return [
'bulk_actions' => 'Bulk Action|Bulk Actions',
'selected' => 'selected',
- 'delete' => 'Delete',
- 'duplicate' => 'Duplicate',
- 'export' => 'Export',
- 'enable' => 'Enable',
- 'disable' => 'Disable',
- 'change_category' => 'Change Category',
- 'change_type' => 'Change Type',
-
-
- 'users' => [
- 'change_role' => 'Change Role',
- 'change_company' => 'Change Company',
- ],
-
- 'bills' => [
- 'change_bill_status' => 'Change Bill Status',
- ],
-
- 'payments' => [
- 'change_payment_status' => 'Change Payment Status',
- ],
-
- 'invoices' => [
- 'change_invoice_status' => 'Change Invoice Status',
- ],
-
- 'revenues' => [
- 'change_revenue_status' => 'Change Revenue Status',
- ],
-
- 'categories' => [
- 'change_category_status' => 'Change Category Status',
- ],
'message' => [
- 'sure' => 'Are you sure?',
- 'duplicate' => 'Do you really want to duplicate these record?',
- 'delete' => 'Do you really want to delete this record?|Do you really want to delete these records?',
- 'export' => 'Do you really want to export this record?|Do you really want to export these records?',
- 'enable' => 'Do you really want to enable this record?|Do you really want to enable these records?',
- 'disable' => 'Do you really want to disable this record?|Do you really want to disable these records?',
- 'paid' => 'Do you really want to mark this invoice as paid?|Do you really want to mark these invoices as paid?',
- 'sent' => 'Do you really want to mark this invoice as sent?|Do you really want to mark these invoices as sent?',
- 'received' => 'Do you really want to mark this bill as received?|Do you really want to mark these bills as received?',
+ 'duplicate' => 'Are you sure you want to duplicate selected record?',
+ 'delete' => 'Are you sure you want to delete selected record?|Are you sure you want to delete selected records?',
+ 'export' => 'Are you sure you want to export selected record?|Are you sure you want to export selected records?',
+ 'enable' => 'Are you sure you want to enable selected record?|Are you sure you want to enable selected records?',
+ 'disable' => 'Are you sure you want to disable selected record?|Are you sure you want to disable selected records?',
+ 'paid' => 'Are you sure you want to mark selected invoice as paid?|Are you sure you want to mark selected invoices as paid?',
+ 'sent' => 'Are you sure you want to mark selected invoice as sent?|Are you sure you want to mark selected invoices as sent?',
+ 'received' => 'Are you sure you want to mark selected bill as received?|Are you sure you want to mark selected bills as received?',
],
];
diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php
index 12dd9d599..537d0818c 100644
--- a/resources/lang/en-GB/general.php
+++ b/resources/lang/en-GB/general.php
@@ -89,6 +89,7 @@ return [
'reference' => 'Reference',
'attachment' => 'Attachment',
'change' => 'Change',
+ 'change_type' => 'Change :type',
'switch' => 'Switch',
'color' => 'Colour',
'save' => 'Save',