From c6878ff93a0ece13af2b8cbba55e9dc879f92f2e Mon Sep 17 00:00:00 2001 From: Souvik Das Date: Sun, 2 Oct 2022 18:36:42 +0530 Subject: [PATCH] fixes #981 issue wrong language --- Sources/Localization/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Localization/en.lproj/Localizable.strings b/Sources/Localization/en.lproj/Localizable.strings index c5320ba840..7f38be54d8 100644 --- a/Sources/Localization/en.lproj/Localizable.strings +++ b/Sources/Localization/en.lproj/Localizable.strings @@ -83,7 +83,7 @@ "product-add.no-nutrition" = "Nutrition facts are not displayed on the product"; "product-add.ocr-ingredients.success" = "Materials for the elaboration"; -"product-add.ocr-ingredients.error" = "No se pudieron extraer los ingredientes de la imagen"; +"product-add.ocr-ingredients.error" = "Image ingredients could not be extracted"; "product-add.ocr-ingredients.saving" = "Extracting ingredients from the picture…"; "product-add.ocr-ingredients.not-yet" = "Waiting for an ingredient picture to analyze";