diff --git a/funding-required/index.html b/funding-required/index.html index 004d70ef883ee1df2ce92f5fab4353a23765a50e..4bd4d7d987bb781a38119363994a3fe251467684 100644 --- a/funding-required/index.html +++ b/funding-required/index.html @@ -26,7 +26,7 @@ title: Funding Required <h3>{{proposal.name}}</h3> <p class="author-list">{{proposal.author}}</p> <p class="date-list">{{proposal.date}}</p> - <p class="date-list contributor">{{proposal.contributions}} contributors</p> + <p class="date-list contributor">{{proposal.contributions}} contributions</p> <p class="bar-fund-status">Raised <span class="progress-number-funded">{{proposal.amount-funded}}</span> of <span class="progress-number-goal">{{proposal.amount}}</span> XMR</p> <div class="progress-bar"> <span class="fund-progress" style="width: {{proposal.percentage}}%"></span>