Merge pull request #1106 from burakcakirel/typo-fix-invoices-bulk-actions
Fix "invoice" typo in invoice bulk actions for "mark sent" translation
This commit is contained in:
commit
134bed0cc6
@ -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