Add placeholder to topic field

This commit is contained in:
Kazuhito Yokoi 2019-10-30 19:39:38 +09:00
parent 5f67f1f078
commit 1b78bd1684
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
<!-- (with the 'node-input-' prefix). -->
<!-- The available icon classes are defined Font Awesome Icons (FA Icons) -->
<div class="form-row">
<label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label>
<input type="text" id="node-input-topic" placeholder="Topic">
<label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="common.label.topic"></span></label>
<input type="text" id="node-input-topic" data-i18n="[placeholder]common.label.topic">
</div>
<br/>