Merge pull request #3248 from gabrielbazan7/fix/wording
Fixing the wording on the backup page
This commit is contained in:
commit
313d847dbd
1 changed files with 4 additions and 4 deletions
|
|
@ -30,10 +30,10 @@
|
||||||
<div class="row" ng-show="(index.n>1 && index.m != index.n )">
|
<div class="row" ng-show="(index.n>1 && index.m != index.n )">
|
||||||
<div class="m10t columns size-14 text-gray">
|
<div class="m10t columns size-14 text-gray">
|
||||||
<span translate>
|
<span translate>
|
||||||
To restore this {{index.m}}-{{index.n}} shared wallet you will need
|
To restore this {{index.m}}-{{index.n}} <b>shared</b> wallet you will need
|
||||||
</span>:
|
</span>:
|
||||||
<ol class="m10t columns size-14 text-gray">
|
<ol class="m10t columns size-14 text-gray">
|
||||||
<li translate>Your wallet seed and access to the wallet service where your wallet is registered</li>
|
<li translate>Your wallet seed and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.</li>
|
||||||
<li translate><b>OR</b> the wallet seed of <b>all</b> copayers in the wallet</li>
|
<li translate><b>OR</b> the wallet seed of <b>all</b> copayers in the wallet</li>
|
||||||
<li translate><b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).</li>
|
<li translate><b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
To restore this {{index.m}}-{{index.n}} <b>shared</b> wallet you will need
|
To restore this {{index.m}}-{{index.n}} <b>shared</b> wallet you will need
|
||||||
</span>:
|
</span>:
|
||||||
<ol class="m10t columns size-14 text-gray">
|
<ol class="m10t columns size-14 text-gray">
|
||||||
<li translate> Your wallet seed and access to the wallet service where wallet is registered</li>
|
<li translate>Your wallet seed and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.</li>
|
||||||
<li translate><b>OR</b> the wallet seeds of <b>all</b> copayers in the wallet</li>
|
<li translate><b>OR</b> the wallet seeds of <b>all</b> copayers in the wallet</li>
|
||||||
</ol>
|
</ol>
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
<div class="m10t text-center columns">
|
<div class="m10t text-center columns">
|
||||||
<div class="size-12 text-gray">
|
<div class="size-12 text-gray">
|
||||||
<span translate>
|
<span translate>
|
||||||
Once you have copy your wallet seed, it is recommended to delete it from this device.
|
Once you have copied your wallet seed down, it is recommended to delete it from this device.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<button class="button outline m10t round dark-gray tiny" ng-click="wordsC.delete()">
|
<button class="button outline m10t round dark-gray tiny" ng-click="wordsC.delete()">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue