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>
|
<textarea name="text" class="form__textarea" placeholder="Text to translate">{{.Text}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="form__field">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue