Skip to content

Commit 6828627

Browse files
authored
Update vote.component.html
1 parent 3b129bf commit 6828627

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/wallet/vote/vote.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<section id="GUI" class="light" @fadeIn>
22
<div class="jumbotron page-header">
33
<div class="text-left">
4-
<h3><strong>VOTE FOR STRATIS-EVM</strong></h3>
4+
<h3><strong>VOTE FOR STRATISEVM</strong></h3>
55
</div>
66
<div *ngIf="hasVoted; else notVotedTemplate">
7-
You have successfully voted for supporting StratisEVM.
8-
<div *ngIf="voteResult === 'Yes'">You choose to support our StratisEVM.</div>
9-
<div *ngIf="voteResult === 'No'">You choose not to support our StratisEVM.</div>
7+
You have successfully voted in support of the StratisEVM initiative.
8+
<div *ngIf="voteResult === 'Yes'">You chose to support the StratisEVM initiative.</div>
9+
<div *ngIf="voteResult === 'No'">You chose not to support the StratisEVM initiative.</div>
1010
</div>
1111
<ng-template #notVotedTemplate>
1212
<div *ngIf="!noBalance; else noBalanceTemplate">
@@ -18,7 +18,7 @@ <h3><strong>VOTE FOR STRATIS-EVM</strong></h3>
1818
</div>
1919
</div>
2020
<div class="form-group col-12">
21-
<p>Would you like Stratis to swap over to a new blockchain?</p>
21+
<p>Would you like Stratis move forward with the StratisEVM initative?</p>
2222
<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">
2323
<option>Yes</option>
2424
<option>No</option>

0 commit comments

Comments
 (0)