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

View file

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