Skip to content

Commit

Permalink
fix a line break
Browse files Browse the repository at this point in the history
  • Loading branch information
klassare committed Jul 9, 2018
1 parent bb0509a commit bdba1fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/components/new-wallet/new-wallet.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ <h1 class="card-title">Collecting additional entropy</h1>
<div class="card-body">
<h1 class="card-title">Save your Seed</h1>
<div class="card-text">
<p class="seed"><b>{{ mnemonicOut }}</b>
</p>
<p class="seed"><b>{{ mnemonicOut }}</b></p>
<p>When you create a new wallet, a new Tezos seed is generated. Your Tezos seed is the master key of all your wallet
and any value inside it.</p>
<p>Make sure to back it up, write it down, and keep it incredibly safe!</p>
Expand Down Expand Up @@ -97,9 +96,7 @@ <h1 class="card-title">Choose your Password</h1>
<div class="card-body">
<h1 class="card-title">Wallet created</h1>
<div class="card-text">
<p class="seed">
<b>Your public key hash: {{ getPkh() }}</b>
</p>
<p class="seed"><b>Your public key hash: {{ getPkh() }}</b></p>
<br>
<p>Your wallet is now set up and ready to use.</p>
<p>Please download your Encrypted Keystore File..</p>
Expand Down

0 comments on commit bdba1fb

Please sign in to comment.