diff options
Diffstat (limited to 'view/tpl/thing_edit.tpl')
-rw-r--r-- | view/tpl/thing_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/thing_edit.tpl b/view/tpl/thing_edit.tpl index 8067bec43..d78615d95 100644 --- a/view/tpl/thing_edit.tpl +++ b/view/tpl/thing_edit.tpl @@ -31,7 +31,7 @@ {{if $lockstate}} <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#aclModal" onclick="return false;"> - <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i> + <i id="jot-perms-icon" class="bi bi-{{$lockstate}}"></i> </button> {{/if}} |