Commit f729bf3b by Vik Paruchuri

Fix error message

parent 1f221133
......@@ -340,7 +340,7 @@ class @CombinedOpenEnded
@file_upload_area.html('<input type="file" class="file-upload-box">')
@file_upload_area.show()
else
@gentle_alert 'File uploads are not supported in this browser. Try the newest version of google chrome'
@gentle_alert 'File uploads are required for this question, but are not supported in this browser. Try the newest version of google chrome.'
hide_file_upload: =>
if @accept_file_upload == "True"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment