From 89cd8bc2d2ce61b8bd140dbaadb194bb4c87c191 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 14 Dec 2020 15:49:32 +0100 Subject: [PATCH] fixed wrong translation --- cookbook/templates/recipe_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 27b3bfb7f..6cfc8ef92 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -79,13 +79,13 @@ {% if recipe.working_time and recipe.working_time != 0 %} {% trans 'Preparation time ca.' %} {{ recipe.working_time }} min + class="fas fa-user-clock"> {% trans 'Preparation time ~' %} {{ recipe.working_time }} min {% endif %} {% if recipe.waiting_time and recipe.waiting_time != 0 %} {% trans 'Waiting time ca.' %} {{ recipe.waiting_time }} min + class="far fa-clock"> {% trans 'Waiting time ~' %} {{ recipe.waiting_time }} min {% endif %} {% recipe_last recipe request.user as last_cooked %} {% if last_cooked %}