Commit 0fd4c3bd by Torkel Ödegaard

fix(templating): small fixed toplaceholder text in template variable editor

parent 0d3321c6
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
Tag values query Tag values query
</li> </li>
<li> <li>
<input type="text" style="width: 588px" class="input tight-form-input last" ng-model='current.tagValuesQuery' placeholder="apps.$__tag.*" ng-model-onblur></input> <input type="text" style="width: 588px" class="input tight-form-input last" ng-model='current.tagValuesQuery' placeholder="apps.$tag.*" ng-model-onblur></input>
</li> </li>
</ul> </ul>
<div class="clearfix"></div> <div class="clearfix"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment