diff --git a/apps/web/cypress/e2e/recipe-form.feature b/apps/web/cypress/e2e/recipe-form.feature index cefaaa3..89cc60d 100644 --- a/apps/web/cypress/e2e/recipe-form.feature +++ b/apps/web/cypress/e2e/recipe-form.feature @@ -37,10 +37,10 @@ Feature: Recipe form — associating ingredients When I visit the new recipe form without a secure random UUID And I fill in the "recipe-name" field with "Recette hors contexte sécurisé" And I select the ingredient "Tomate" from the picker - And I select the ingredient "Œuf" from the picker + And I select the ingredient "Oeuf" from the picker Then there should be 2 ingredient rows And the recipe should include the ingredient "Tomate" - And the recipe should include the ingredient "Œuf" + And the recipe should include the ingredient "Oeuf" When I add a step And I add a step Then there should be 2 step editor items @@ -57,7 +57,7 @@ Feature: Recipe form — associating ingredients Given recipe 7 exists with an egg omelette And updating recipe 7 will succeed When I visit "/recettes/7/modifier" - Then the recipe should include the ingredient "Œuf" + Then the recipe should include the ingredient "Oeuf" And the ingredient's quantity should be "3" When I select the ingredient "Tomate" from the picker Then there should be 2 ingredient rows diff --git a/apps/web/src/locales/fr/translation.json b/apps/web/src/locales/fr/translation.json index 62c990c..5ab3163 100644 --- a/apps/web/src/locales/fr/translation.json +++ b/apps/web/src/locales/fr/translation.json @@ -248,7 +248,7 @@ "breads": "Pains", "rawDough": "Pâtes à cuire", "dairy": "Produits laitiers", - "eggs": "Œufs", + "eggs": "Oeufs", "plantBasedAlternatives": "Alternatives végétales", "spices": "Épices", "sauces": "Sauces", @@ -418,7 +418,7 @@ "allergens": { "gluten": "Gluten", "crustaceans": "Crustacés", - "eggs": "Œufs", + "eggs": "Oeufs", "fish": "Poissons", "peanuts": "Arachides", "soy": "Soja", @@ -801,9 +801,9 @@ "montDor": "Mont d'or", "kefir": "Kéfir", "greekYogurt": "Yaourt à la grecque", - "egg": "Œuf", - "eggYolk": "Jaune d'œuf", - "eggWhite": "Blanc d'œuf", + "egg": "Oeuf", + "eggYolk": "Jaune d'oeuf", + "eggWhite": "Blanc d'oeuf", "coconutMilk": "Lait de coco", "coconutCream": "Crème de coco", "almondMilk": "Lait d'amande",