diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 5baf672f3..8e53ce918 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -217,7 +217,7 @@ @@ -225,7 +225,7 @@ @@ -233,7 +233,7 @@ @@ -241,7 +241,7 @@
- {% trans Calories %} + {% trans 'Calories' %} {{ recipe.nutrition.calories|floatformat:2 }} kcal
- {% trans Carbohydrates %} + {% trans 'Carbohydrates' %} {{ recipe.nutrition.carbohydrates|floatformat:2 }} g
- {% trans Fats %} + {% trans 'Fats' %} {{ recipe.nutrition.fats|floatformat:2 }} g
- {% trans Proteins %} + {% trans 'Proteins' %} {{ recipe.nutrition.proteins|floatformat:2 }} g