Skip to content

Commit

Permalink
Merge pull request #2777 from pxlrbt/fix/bulk-delete-message
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jun 15, 2022
2 parents c26ee37 + 7bc82ea commit 2b6fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/Resources/Pages/ListRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function bulkDelete(): void
*/
protected function getBulkDeletedNotificationMessage(): ?string
{
return __('filament::resources/pages/list-records.table.bulk_actions.delete.messages.deleted');
return __('filament-support::actions/delete.multiple.messages.deleted');
}

/**
Expand Down

0 comments on commit 2b6fe39

Please sign in to comment.