diff --git a/app/assets/javascripts/osem.js b/app/assets/javascripts/osem.js index 9d5054f8..636ed959 100644 --- a/app/assets/javascripts/osem.js +++ b/app/assets/javascripts/osem.js @@ -164,7 +164,7 @@ $( document ).ready(function() { var max = $selected.data("max-words"); var min = $selected.data("min-words"); - // Set the placeholder text for the abstract + // Set the filler text for the submission text fill_if_empty('event_submission_text', $selected.data("help")); $("#abstract-maximum-word-count").text(max);