changed download icon

This commit is contained in:
Cihan Şentürk 2024-07-11 13:43:16 +03:00 committed by GitHub
parent ca9ff90caa
commit 016e63049a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ abstract class BulkAction
'delete' => 'delete',
'duplicate' => 'file_copy',
'export' => 'file_download',
'download' => 'folder_zip',
'download' => 'download',
'reconcile' => 'published_with_changes',
'unreconcile' => 'layers_clear',
'received' => 'call_received',

View File

@ -57,7 +57,7 @@ class Invoices extends BulkAction
'type' => 'download',
],
'download' => [
'icon' => 'folder_zip',
'icon' => 'download',
'name' => 'general.download',
'message' => 'bulk_actions.message.download',
'type' => 'download',