mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Upgraded Font Awesome to v6
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div class="form-group">
|
||||
<label for="name">
|
||||
{{ $__t('Name') }}
|
||||
<i class="fas fa-question-circle text-muted"
|
||||
<i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This is the internal field name, e. g. for the API') }}"></i>
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class="form-group">
|
||||
<label for="name">
|
||||
{{ $__t('Caption') }}
|
||||
<i class="fas fa-question-circle text-muted"
|
||||
<i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This is used to display the field on the frontend') }}"></i>
|
||||
@@ -150,7 +150,7 @@
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="input_required">
|
||||
{{ $__t('Mandatory') }}
|
||||
<i class="fas fa-question-circle text-muted"
|
||||
<i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('When enabled, then this field must be filled on the destination form') }}"></i>
|
||||
|
Reference in New Issue
Block a user