Merge pull request #2179 from matiu/wallet-creator-message

Wallet creator message
This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-17 11:25:53 -03:00
commit 3cc3a07bb9
2 changed files with 19 additions and 7 deletions

View file

@ -35,7 +35,7 @@
</label>
</div>
<div class="large-6 medium-6 columns">
<label><span translate>Select required signatures (*)</span>
<label><span translate>Select required signatures</span>
<select ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues" ng-disabled="totalCopayers == 1">
</select>
</label>
@ -48,7 +48,6 @@
</div>
</div>
</div>
<p translate class="comment" ng-show="totalCopayers>1">(*) The limits are imposed by the bitcoin network.</p>
<div class="line-dashed-h m20b"></div>