From 732067aecb091325d3d59bb5ff81b8925f2816f9 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Tue, 3 Jun 2025 12:45:23 +0000 Subject: [PATCH] fix api extras --- .../Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue index a6563aea8..6623d97cd 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue @@ -28,7 +28,9 @@ flat class="mb-2 mx-n2" > - {{ $t('recipe.api-extras') }} + +{{ $t('recipe.api-extras') }} + {{ $t('recipe.api-extras-description') }} @@ -41,6 +43,7 @@