Bug: Contact form submit button displaying incorrect text #185
Labels
bug/error
Something isn't working
difficulty: easy
An easy issue
good first issue
Good for newcomers
help wanted
Extra attention is needed
low priority
low priority
Image: See https://ufosc.org
(scroll to bottom)
The default value of the contact form 'submit' button varies between different browsers and devices, whereas we expect it to always be "submit". Sometimes, it will show up as "submit query", which is too large to fit within the button.
Solution: add a 'value' attribute to the input element in views/index.ejs at line 226. For example:
The text was updated successfully, but these errors were encountered: