Summarizer label
Is it possible to change the label of the "All Posts" in the summarizer? I understand its labeled Posts because it uses the Post model, but is it possible to use a model, and have a different label for this?
8 Replies
that changes the label of a column
my question is about the label of the "This page" and "All Posts"
https://filamentphp.com/docs/3.x/tables/summaries#overview
in the screenshot here you can see on the left
i added pluralModelLabel to my table, but that only changes the model part
i wonder if changing the entire "All Models" is possible , not just the models name
the solution would be to change the vendor file i think
php artisan vendor:publish --tag=filament-tables-translations
lang/vendor/filament-tables/en/table.php
Would there be another possibility than to change the vendor file?
there isn't, I guess
Alright thanks, ill just use the pluralModelLabel for now