diff --git a/packages/tables/resources/views/components/selection/indicator.blade.php b/packages/tables/resources/views/components/selection/indicator.blade.php index 320018379e..fbcaf4ba61 100644 --- a/packages/tables/resources/views/components/selection/indicator.blade.php +++ b/packages/tables/resources/views/components/selection/indicator.blade.php @@ -49,7 +49,7 @@ class="text-sm font-medium leading-6 text-gray-700 dark:text-gray-200" {{-- Make sure the Alpine attributes get re-evaluated after a Livewire request: --}} :wire:key="$this->getId() . 'table.selection.indicator.actions.select-all.' . $allSelectableRecordsCount . '.' . $page" > - {{ trans_choice('filament-tables::table.selection_indicator.actions.select_all.label', \Illuminate\Support\Number::format($allSelectableRecordsCount)) }} + {{ trans_choice('filament-tables::table.selection_indicator.actions.select_all.label', $allSelectableRecordsCount, ['count' => \Illuminate\Support\Number::format($allSelectableRecordsCount)]) }}