Commit 59e6a451ae0ef38fdb743e7e605acfc95ce06b9d
1 parent
1e3ba255
Exists in
master
and in
4 other branches
Fix typos. Fixes #69
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/app/pages/programas/programa.html
... | ... | @@ -210,7 +210,7 @@ |
210 | 210 | </div> |
211 | 211 | <span class="archived-banner--title1">As propostas para este programa já foram</span> |
212 | 212 | <br/> |
213 | - <span class="archived-banner--title2">respondidas pelo governo! Confira as respostas:</span> | |
213 | + <span class="archived-banner--title2">respondidas pelo governo federal. Confira!</span> | |
214 | 214 | </h2> |
215 | 215 | </div> |
216 | 216 | </div> |
... | ... | @@ -246,7 +246,7 @@ |
246 | 246 | </div> |
247 | 247 | <div class="col-sm-8 col-md-9"> |
248 | 248 | <br> |
249 | - <h3 class="color-theme-fg">{{($index+1)}}a proposta mais votada:</h3> | |
249 | + <h3 class="color-theme-fg">{{($index+1)}}ª proposta mais votada:</h3> | |
250 | 250 | <p>{{::proposal.abstract}}</p> |
251 | 251 | <div class="button--themed"> |
252 | 252 | <button class="btn btn-block" ng-click="pagePrograma.toggleResponseVisibility(proposal)"> |
... | ... | @@ -305,9 +305,9 @@ |
305 | 305 | <div class="col-sm-5"> |
306 | 306 | <div class="button--themed"> |
307 | 307 | <button type="button" class="btn btn-block" ng-click="pagePrograma.toggleContentVisibility()"> |
308 | - <span>Informações sobre o programa</span> | |
308 | + <span>Saiba mais sobre o programa</span> | |
309 | 309 | <br/> |
310 | - <span>"{{::pagePrograma.article.title}}"</span> | |
310 | + <span>{{::pagePrograma.article.title}}</span> | |
311 | 311 | <span class="glyphicon glyphicon-chevron-right"></span> |
312 | 312 | </button> |
313 | 313 | </div> | ... | ... |