simplify text to translate
This commit is contained in:
parent
492c4c967f
commit
f96969bb52
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="columns m20t">
|
<div class="columns m20t">
|
||||||
<label class="size-14 text-center">
|
<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>
|
<span ng-show="comment" translate>Edit comment</span>
|
||||||
</label>
|
</label>
|
||||||
<input type="text" ng-model="data.comment" autofocus>
|
<input type="text" ng-model="data.comment" autofocus>
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@
|
||||||
<span class="text-gray" translate>See it on the blockchain</span>
|
<span class="text-gray" translate>See it on the blockchain</span>
|
||||||
</button>
|
</button>
|
||||||
<button class="button outline round dark-gray tiny" ng-click="showCommentPopup()">
|
<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>
|
<span class="text-gray" translate ng-show="btx.note">Edit comment</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue