simplify text to translate

This commit is contained in:
Javier 2016-06-07 17:22:20 -03:00
commit f96969bb52
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>