diff --git a/index.html b/index.html index 8e79d6a..95a362b 100644 --- a/index.html +++ b/index.html @@ -2793,7 +2793,7 @@ function addCommentsToProposal(proposalCard, proposalId) { const commentsToggle = document.createElement('button'); commentsToggle.className = 'comments-toggle'; commentsToggle.setAttribute('aria-expanded', 'false'); - commentsToggle.innerHTML = ' Show comments'; + commentsToggle.innerHTML = ' x comments'; const commentsContainer = document.createElement('div'); commentsContainer.className = 'comments-container';