Commit 1d04d60044607208fdbf70db26d97014e8d26882

Authored by Victor Costa
1 parent 2f067369

Fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.html
... ... @@ -292,7 +292,7 @@
292 292 <script id="results" type="text/x-handlebars-template">
293 293 <div class="loading">Carregando...</div>
294 294 <div class="results-content hide">
295   - <span class="total">Total de votos: <span class="value">{{pagination.total}}</span></span>
  295 + <span class="total">Total de propostas: <span class="value">{{pagination.total}}</span></span>
296 296 <a href="#" class="vote-result">Fechar</a>
297 297 <table>
298 298 <tr class="header">
... ...