diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json index 99975aa07..60f27c723 100644 --- a/frontend/src/locales/messages/en-US.json +++ b/frontend/src/locales/messages/en-US.json @@ -114,9 +114,9 @@ "delete-confirmation": "Are you sure you want to delete this recipe?", "delete-recipe": "Delete Recipe", "description": "Description", - "fat-content": "Fat Content", - "fiber-content": "Fiber Content", - "carbohydrate-content": "Carbohydrate Content", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "grams", "image": "Image", "ingredient": "Ingredient", @@ -134,13 +134,13 @@ "original-url": "Original URL", "perform-time": "Cook Time", "prep-time": "Prep Time", - "protein-content": "Protein Content", + "protein-content": "Protein", "recipe-image": "Recipe Image", "recipe-name": "Recipe Name", "servings": "Servings", - "sodium-content": "Sodium Content", + "sodium-content": "Sodium", "step-index": "Step: {step}", - "sugar-content": "Sugar Content", + "sugar-content": "Sugar", "tags": "Tags", "title": "Title", "total-time": "Total Time",