**Does your feature request relate to a specific USWDS component?** [FileInput](https://github.com/trussworks/react-uswds/blob/main/src/components/forms/FileInput/FileInput.tsx) **What USWDS Version is this feature present in?** <!-- If this feature relates to a specific feature in USWDS, please note what version it was introduced in. --> **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** FileInput accepts a new optional prop `previewHeadingText` that allows overriding the "Change file" and "Selected file" portion of the UI **Describe alternatives you've considered** FileInput accepts a new optional prop `fileTypeDescriptorText` that would override just the word "file" in the example above. **Additional context** Screenshot of the result after an expected change <img width="513" alt="Image" src="https://github.com/user-attachments/assets/609e312b-8784-46e5-a3db-013a13a848cd" /> <!-- Add any other context or screenshots about the feature request here. -->