web: add placeholder for translation field
This commit is contained in:
parent
56459bf680
commit
1b10a45e8a
@ -45,7 +45,7 @@
|
||||
<textarea name="text" class="form__textarea" placeholder="Text to translate">{{.Text}}</textarea>
|
||||
</div>
|
||||
<div class="form__field">
|
||||
<textarea class="form__textarea form__translation" readonly>{{.Translation}}</textarea>
|
||||
<textarea class="form__textarea form__translation" placeholder="Translation will appear here" readonly>{{.Translation}}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user