diff --git a/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee b/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee index 3d0dcc29e4..0be1bb9c35 100644 --- a/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee @@ -340,7 +340,7 @@ class @CombinedOpenEnded @file_upload_area.html('') @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"