bump version to 2.0.0 + change note to "descrition"

This commit is contained in:
Matias Alejo Garcia 2016-06-03 12:50:37 -03:00
commit 1d5b8ced99
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
10 changed files with 15 additions and 17 deletions

View file

@ -28,8 +28,6 @@
</div>
<div class="size-36" ng-click="copyToClipboard(btx.amountStr)">
<span ng-if="btx.action == 'received'">+</span>
<span ng-if="btx.action == 'sent'">-</span>
<span class="enable_text_select">{{btx.amountStr}}</span>
</div>
<div class="alternative-amount" ng-click="showRate=!showRate" ng-init="showRate = false">
@ -100,7 +98,7 @@
<li class="line-b p10 oh" ng-if="btx.message && btx.action != 'received'"
ng-click="copyToClipboard(btx.message)">
<span class="text-gray" translate>Note</span>
<span class="text-gray" translate>Description</span>
<span class="right enable_text_select">{{btx.message}}</span>
</li>

View file

@ -78,7 +78,7 @@
<ul class="no-bullet size-14 m0">
<li class="line-b p10 oh" ng-show="tx.message">
<span class="text-gray" translate>Note</span>
<span class="text-gray" translate>Description</span>
<span class="right">{{tx.message}}</span>
</li>

View file

@ -449,7 +449,7 @@
</div>
<div class="row" ng-hide="home.hideNote">
<div class="large-12 columns">
<label for="comment"><span translate>Note</span>
<label for="comment"><span translate>Description</span>
<small translate ng-hide="!sendForm.comment.$pristine">optional</small>
<small translate class="has-error" ng-show="sendForm.comment.$invalid && !sendForm.comment.$pristine">too long!</small>
</label>