aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rw-r--r--view/tpl/acl_selector.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index f592c299c..a1f8aaa6a 100644
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -27,13 +27,13 @@
{{if $showallOrigin}}
<div id="acl-info" class="mb-3">
- <i class="bi fa-info-circle"></i>&nbsp;{{$showallOrigin}}
+ <i class="bi bi-info-circle"></i>&nbsp;{{$showallOrigin}}
</div>
{{/if}}
<div id="acl-wrapper">
<div id="acl-list">
- <input class="form-control" type="text" id="acl-search" placeholder="&#xf002;" title="{{$search}}">
+ <input class="form-control" type="text" id="acl-search" placeholder="{{$search}}" title="{{$search}}">
<small class="text-muted">{{$showlimitedDesc}}</small>
<div id="acl-list-content"></div>
</div>