Skip to content

Commit

Permalink
Update ManageResourceLocks.php
Browse files Browse the repository at this point in the history
edit for the previous change
  • Loading branch information
MunaALB authored Jul 1, 2024
1 parent 955d697 commit 1553feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/LockResource/ManageResourceLocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected function getActions(): array
{
return [
Action::make(__('resource-lock::manager.unlock_all'))
->label('resource-lock::manager.unlock_all')
->label(__('resource-lock::manager.unlock_all'))
->icon('heroicon-o-lock-open')
->action(fn () => config('resource-lock.models.ResourceLock', ResourceLock::class)::truncate())
->requiresConfirmation(),
Expand Down

0 comments on commit 1553feb

Please sign in to comment.