Feature summary
Alias Special:UploadFile to Special:Upload in languages/messages/MessagesEn.php
Use case(s)
The names of special pages are inconsistent as to whether they are of the form Verb or verb+noun. A user may half-remember the name of the name of the special page and try Special:UploadFile.
I did also consider asking for Special:UploadImage since there are aliases like Special:NewImages and Special:ImageList, but I'm not sure about that as I think these are leftovers from when all files were called "images" regardless of whether that was actually true and it does imply Special:UploadVideo or Special:UploadSound.
Good first task
Please leave this if you're a seasoned contributor:
This is a good first task because there is only one change required in languages/messages/MessagesEn.php on line 555:
'Upload' => [ 'Upload' ],
change to:
'Upload' => [ 'Upload', 'UploadFile' ],