diff options
Diffstat (limited to 'view/tpl/contact_edit_header.tpl')
-rw-r--r-- | view/tpl/contact_edit_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contact_edit_header.tpl b/view/tpl/contact_edit_header.tpl index 997d294bd..8ec6054a3 100644 --- a/view/tpl/contact_edit_header.tpl +++ b/view/tpl/contact_edit_header.tpl @@ -4,6 +4,6 @@ </a> </div> <div class="m-1"> - <div class="text-truncate h3 m-0"><strong>{{if $is_group}}<i class="fa fa-comments-o" title="{{$group_label}}"></i> {{/if}}{{$name}}</strong></div> + <div class="text-truncate h3 m-0"><strong>{{if $is_group}}<i class="bi fa-comments-o" title="{{$group_label}}"></i> {{/if}}{{$name}}</strong></div> <div class="text-truncate text-muted">{{$addr}}</div> </div> |