This commit is contained in:
Omar Najjar 2025-03-09 18:50:08 +11:00
parent c970cc5a87
commit 980c04643a

View file

@ -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);