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!
Solution:Jump to 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.
5 Replies
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.
I published and changed label but it didnt help, maybe i changed it in a wrong place
no, i get it, i changes the wrong file, you was right
What if I need to change label only for certain recources?
For an individual resource on your EditX class you could do something like that:
🤔