© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
18 replies
kennyhorna

Customize "create :resource" button label

Morning, I'd like to change the "create :resource" label to "register :resource" on my list page. I've been checking the docs but I can't find the right place to do it.

I have tried to add this in the
ListMovements.php
ListMovements.php
page (my resource is called
MovementResource
MovementResource
) but I haven't been lucky:

protected function getActions(): array
{
    return [
        Actions\CreateAction::make()->label('Registrar movimiento'),
    ];
}
protected function getActions(): array
{
    return [
        Actions\CreateAction::make()->label('Registrar movimiento'),
    ];
}


Thanks in advance.
screenshot_2024-07-29_at_13.57.462x.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Customize create label for Resource with ManageRecords
FilamentFFilament / ❓┊help
2y ago
FilamentPHP v4 Resource: Customize CreateAction Button Position & Label
FilamentFFilament / ❓┊help
2mo ago
Change Create Button Label
FilamentFFilament / ❓┊help
3y ago
How modify create button label
FilamentFFilament / ❓┊help
3y ago