add creation message

This commit is contained in:
Matias Alejo Garcia 2014-12-16 13:25:59 -03:00
commit 65dff2bb44
2 changed files with 21 additions and 7 deletions

View file

@ -36,7 +36,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>
@ -49,7 +49,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>