From 0affdc330037d9bd8a99255287e6400c470ed60c Mon Sep 17 00:00:00 2001 From: Ross <70717676+SkepticMystic@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:35:09 +0200 Subject: [PATCH 1/2] Update frontend/lang/messages/en-US.json Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- frontend/lang/messages/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index d676f3cd1..511b6f968 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -599,7 +599,7 @@ "create-recipe-from-an-image": "Create Recipe from Image(s)", "create-recipe-from-an-image-description": "Create a recipe by uploading images of it. Mealie will attempt to extract the text from the image(s) using AI and create a recipe from it.", "crop-and-rotate-the-image": "Crop and rotate the image so that only the text is visible, and it's in the correct orientation.", - "create-from-image": "Create from Image(s)", + "create-from-images": "Create from Images", "should-translate-description": "Translate the recipe into my language", "please-wait-image-procesing": "Please wait, the image(s) are processing. This may take some time.", "bulk-url-import": "Bulk URL Import", From 5cadb0f9bcba3239ba260955946a0893b6c13087 Mon Sep 17 00:00:00 2001 From: Ross <70717676+SkepticMystic@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:35:51 +0200 Subject: [PATCH 2/2] Update frontend/lang/messages/en-US.json Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- frontend/lang/messages/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 511b6f968..b19d6459c 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -596,8 +596,8 @@ "create-recipe-description": "Create a new recipe from scratch.", "create-recipes": "Create Recipes", "import-with-zip": "Import with .zip", - "create-recipe-from-an-image": "Create Recipe from Image(s)", - "create-recipe-from-an-image-description": "Create a recipe by uploading images of it. Mealie will attempt to extract the text from the image(s) using AI and create a recipe from it.", + "create-recipe-from-an-image": "Create Recipe from Images", + "create-recipe-from-an-image-description": "Create a recipe by uploading images of the recipe text. Mealie will attempt to extract the text from the images using AI and create a new recipe from it.", "crop-and-rotate-the-image": "Crop and rotate the image so that only the text is visible, and it's in the correct orientation.", "create-from-images": "Create from Images", "should-translate-description": "Translate the recipe into my language",