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')
Was this page helpful?