Fixed help text

master
Mark Moffat 2018-02-13 21:20:59 +01:00
parent 09cd83352f
commit 278cf5091a
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags" value="{{result.productTags}}">
<p class="help-block">Tag words are used to making searching for products easier</p>
<p class="help-block">Tag words used to indexed products, making them easier to find and filter.</p>
</div>
</div>
<div id="product-images">

View File

@ -102,7 +102,7 @@
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags">
<p class="help-block">Tag words are used to making searching for products easier</p>
<p class="help-block">Tag words used to indexed products, making them easier to find and filter.</p>
</div>
</div>
</div>