mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Use proper total energy label in the recipe page
This commit is contained in:
parent
46d88cb6d5
commit
567154a0f0
|
|
@ -311,7 +311,7 @@
|
|||
<div class="row ml-1">
|
||||
@if(!empty($calories) && intval($calories) > 0)
|
||||
<div class="col-6 col-xl-3">
|
||||
<label>{{ $__t('Calories') }}</label>
|
||||
<label>{{ $__t('Energy (kcal)') }}</label>
|
||||
<h3 class="locale-number locale-number-generic pt-0">{{ $calories }}</h3>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user