Fix "invoice" typo in invoice bulk actions for "mark sent" translation
This commit is contained in:
parent
e418ecfa7e
commit
edf0228238
@ -21,7 +21,7 @@ class Invoices extends BulkAction
|
||||
'permission' => 'update-sales-invoices',
|
||||
],
|
||||
'sent' => [
|
||||
'name' => 'invoice.mark_sent',
|
||||
'name' => 'invoices.mark_sent',
|
||||
'message' => 'bulk_actions.message.sent',
|
||||
'permission' => 'update-sales-invoices',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user