Skip to content

Commit

Permalink
Update vote.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
StratisIain authored Oct 17, 2023
1 parent 3b129bf commit 6828627
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/wallet/vote/vote.component.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<section id="GUI" class="light" @fadeIn>
<div class="jumbotron page-header">
<div class="text-left">
<h3><strong>VOTE FOR STRATIS-EVM</strong></h3>
<h3><strong>VOTE FOR STRATISEVM</strong></h3>
</div>
<div *ngIf="hasVoted; else notVotedTemplate">
You have successfully voted for supporting StratisEVM.
<div *ngIf="voteResult === 'Yes'">You choose to support our StratisEVM.</div>
<div *ngIf="voteResult === 'No'">You choose not to support our StratisEVM.</div>
You have successfully voted in support of the StratisEVM initiative.
<div *ngIf="voteResult === 'Yes'">You chose to support the StratisEVM initiative.</div>
<div *ngIf="voteResult === 'No'">You chose not to support the StratisEVM initiative.</div>
</div>
<ng-template #notVotedTemplate>
<div *ngIf="!noBalance; else noBalanceTemplate">
Expand All @@ -18,7 +18,7 @@ <h3><strong>VOTE FOR STRATIS-EVM</strong></h3>
</div>
</div>
<div class="form-group col-12">
<p>Would you like Stratis to swap over to a new blockchain?</p>
<p>Would you like Stratis move forward with the StratisEVM initative?</p>
<select class="form control form-control-success text-left" [class.is-invalid]="formErrors.vote" [class.is-valid]="!formErrors.vote && voteForm.get('vote').valid" formControlName="vote" id="vote">
<option>Yes</option>
<option>No</option>
Expand Down

0 comments on commit 6828627

Please sign in to comment.