mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Added a new config option for energy unit display (closes #2109)
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
<div class="row ml-1">
|
||||
@if(!empty($calories) && intval($calories) > 0)
|
||||
<div class="col-4">
|
||||
<label>{{ $__t('Energy (kcal)') }}</label>
|
||||
<label>{{ GROCY_ENERGY_UNIT }}</label>
|
||||
<i class="fa-solid fa-question-circle text-muted d-print-none"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
|
Reference in New Issue
Block a user