Use proper total energy label in the recipe page

This commit is contained in:
Lauri Niskanen 2021-02-14 11:24:43 +02:00
parent 46d88cb6d5
commit 567154a0f0
No known key found for this signature in database
GPG Key ID: 807DCEAC3AEB1848

View File

@ -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