Can I change the default FileUpload Text?

In the Filament Form FileUpload component, is it possible to change the default text from "Drag & Drop you files or browse" to say something else?
Solution:
FileUpload::make('...') ->placeholder('It's simpler than it seems')...
Jump to solution
3 Replies
awcodes
awcodes3mo ago
Probably, if you publish the translations and change them. Not 100% sure though.
Solution
luciano.mizra
luciano.mizra3mo ago
FileUpload::make('...') ->placeholder('It's simpler than it seems')
urbycoz
urbycoz3mo ago
No way it can be that easy.... ...yup it is! Thanks