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:
Denis Duliçi 2020-01-10 15:55:56 +03:00 committed by GitHub
commit 134bed0cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
],