Merge pull request #341 from ryanxcharles/feature/more-pleasant-wallet-creation

Make wallet creation box more pleasant.
This commit is contained in:
Manuel Aráoz 2014-05-09 13:53:42 -03:00
commit de1464f95d
1 changed files with 6 additions and 6 deletions

View File

@ -73,16 +73,16 @@
<div class="row">
<div ng-if='$root.wallet && !$root.wallet.publicKeyRing.isComplete() && !loading'>
<div class="alert-box error radius" data-alert>
<i class="fi-alert"></i>
Note: Your wallet is not complete yet.
<div class="alert-box secondary radius" data-alert>
<i class="fi-info"></i>
Not all copayers have joined your wallet yet.
<span ng-show="$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers()>1">
{{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are
{{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} people have
</span>
<span ng-show="$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers()==1">
One key is
One person has
</span>
missing.
yet to join.
</div>
<div class="panel radius">