FilamentF
Filament16mo ago
Glebka

Change label of the save button in edit form

How to change every filament 3 default button "save changes" label to "save", do i need to overwrite some language files? Thanks for helping!
1.png
Solution
Hi! You can publish the actions translations file with the following command: php artisan vendor:publish --tag=filament-actions-translations. After, change the aciton labels.
Was this page helpful?