diff --git a/index.html b/index.html index 8faca07..2bc297a 100644 --- a/index.html +++ b/index.html @@ -2729,7 +2729,7 @@ function addCommentsToProposal(proposalCard, proposalId) { const commentSubmit = document.createElement('button'); commentSubmit.className = 'comment-submit'; commentSubmit.type = 'submit'; - commentSubmit.textContent = 'Post'; + commentSubmit.textContent = 'Defy'; commentSubmit.disabled = true; commentsForm.appendChild(commentInput);