From 3d73bced205dd124f40b69907b6ca105499ca00e Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 28 Apr 2021 18:01:35 -0800 Subject: [PATCH] Remove 'content' --- frontend/src/locales/messages/en-US.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",