Learn Accessibility by Building a Quiz - Step 41 - Instructions Incomplete

Tell us what’s happening:
Honestly, its not an issue per say just a fustration. Nowhere in the instructions does it say that the button needs to say ‘Send’, but when I try to test my code it gives me the error that the button needs to say ‘Send’. Again, not an issue on me being able to do it, just fustrating that the instructions aren’t clear.
Your code so far

<input type='Submit' />

I know to fix it I can just do:

<input type='Submit' value='Send'>

Instructions:
image_2023-02-25_164847741
It wouldn’t allow me to upload the second picture of the hint, but the “Hint” says:

Hint: The submit should display the text Send.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0

Challenge: Learn Accessibility by Building a Quiz - Step 41

Link to the challenge:

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Okay, will do. Didn’t know there was a github to submit bugs to.