diff --git a/app/assets/v2/js/pages/quests.helpers.js b/app/assets/v2/js/pages/quests.helpers.js index 5480a20de44..8e463d0a98f 100644 --- a/app/assets/v2/js/pages/quests.helpers.js +++ b/app/assets/v2/js/pages/quests.helpers.js @@ -205,7 +205,7 @@ $(document).ready(function() { $('.give_feedback').on('click', async function(e) { e.preventDefault(); - var feedback = prompt('Any comments for the quest author? (optional)', 'Feedback: '); + var feedback = prompt('Any comments for the quest author? (optional)', ''); var polarity = $(this).data('direction'); var params = {