Merge pull request #4297 from JDonadio/fix/wording

Simplify text to translate
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-07 18:02:57 -03:00
commit 57c247cfd6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="columns m20t">
<label class="size-14 text-center">
<span ng-show="!comment" translate>Enter a new comment</span>
<span ng-show="!comment" translate>Add comment</span>
<span ng-show="comment" translate>Edit comment</span>
</label>
<input type="text" ng-model="data.comment" autofocus>

View File

@ -156,7 +156,7 @@
<span class="text-gray" translate>See it on the blockchain</span>
</button>
<button class="button outline round dark-gray tiny" ng-click="showCommentPopup()">
<span class="text-gray" translate ng-show="!btx.note">Add a comment</i></span>
<span class="text-gray" translate ng-show="!btx.note">Add comment</i></span>
<span class="text-gray" translate ng-show="btx.note">Edit comment</span>
</button>
</div>