fix new variable names
This commit is contained in:
parent
d7e8ca4404
commit
d296601d09
2 changed files with 9 additions and 7 deletions
|
|
@ -156,8 +156,8 @@
|
|||
<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="!comment">Add a comment</i></span>
|
||||
<span class="text-gray" translate ng-show="comment">Edit comment</span>
|
||||
<span class="text-gray" translate ng-show="!btx.note">Add a comment</i></span>
|
||||
<span class="text-gray" translate ng-show="btx.note">Edit comment</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue