Remove icon and change text of the none action.

This commit is contained in:
Arpad Csanyi
2016-05-08 23:09:39 +02:00
parent fa22e0f377
commit 1d4c87ce06

View File

@@ -271,8 +271,7 @@
<!-- None action. -->
<script id="key-editor-content__source--none" type="text/x-handlebars-template">
<div class="key-editor--none__description col-sm-12">
<i class="icon fa fa-ban"></i>
<p class="col-sm-12">This key will be unassigned and will have no functionality at all.</p>
<p class="col-sm-12">This key is unassigned and has no functionality.</p>
</div>
</script>
</body>