Commit d3bcae8f8b07f5b8f6f7c36d328c176cf3a085ef
1 parent
9229e164
Exists in
master
and in
6 other branches
Fixes #39
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/proposal-box/proposal-box.html
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | <div class="row"> |
| 18 | 18 | <div class="col-xs-12"> |
| 19 | 19 | <div class="feedback" ng-if="vm.STATE === vm.VOTE_STATUS.SUCCESS"> |
| 20 | - <p class="feedback--title">Obrigado por apoiar<br/>esta proposta!</p> | |
| 20 | + <p class="feedback--title">Obrigado por participar!</p> | |
| 21 | 21 | |
| 22 | 22 | <!-- actions --> |
| 23 | 23 | <div class="row feedback--message"> | ... | ... |