Improved wording for login
This commit is contained in:
parent
2f610c8f7f
commit
c1c60a4e20
1 changed files with 2 additions and 2 deletions
|
@ -40,14 +40,14 @@
|
||||||
</div>
|
</div>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</mat-step>
|
</mat-step>
|
||||||
<mat-step label="Step 2">
|
<mat-step label="ZGo confirms your login on the Zcash blockhain:">
|
||||||
<p>{{barMessage}}</p>
|
<p>{{barMessage}}</p>
|
||||||
<mat-progress-bar
|
<mat-progress-bar
|
||||||
[mode]="barMode"
|
[mode]="barMode"
|
||||||
[value]="barValue">
|
[value]="barValue">
|
||||||
</mat-progress-bar>
|
</mat-progress-bar>
|
||||||
</mat-step>
|
</mat-step>
|
||||||
<mat-step label="Step 3">
|
<mat-step label="Enter the PIN sent by ZGo to confirm wallet ownership:">
|
||||||
<mat-card [formGroup]="pinForm">
|
<mat-card [formGroup]="pinForm">
|
||||||
<h4>
|
<h4>
|
||||||
Check your wallet
|
Check your wallet
|
||||||
|
|
Loading…
Reference in a new issue