Skip to content

Commit

Permalink
All ->translateLabel() to MultiUploadAction
Browse files Browse the repository at this point in the history
  • Loading branch information
EGYWEB-Mohamed authored Nov 22, 2023
1 parent 97362a3 commit 7ec2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MediaResource/ListMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getHeaderActions(): array
->action(function ($livewire): void {
$livewire->dispatch('changeLayoutView');
}),
MultiUploadAction::make(),
MultiUploadAction::make()->translateLabel(),
CreateAction::make()
->label(fn(): string => __('filament-actions::create.single.label', ['label' => CuratorPlugin::get()->getLabel()])),
];
Expand Down

0 comments on commit 7ec2b4e

Please sign in to comment.