From 24ddc63127191ba7f4db7a826eb1ab074607ab19 Mon Sep 17 00:00:00 2001 From: dpieski Date: Wed, 27 Jan 2021 17:21:31 -0600 Subject: [PATCH] Update en.json Fix typo --- frontend/src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index be4542cf9..5b48e2044 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -110,7 +110,7 @@ }, "webhooks": { "meal-planner-webhooks": "Meal Planner Webhooks", - "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at { time }", + "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on its scheduled day. Currently Webhooks will execute at { time }", "test-webhooks": "Test Webhooks", "webhook-url": "Webhook URL", "save-webhooks": "Save Webhooks" @@ -138,4 +138,4 @@ "failed-imports": "Failed Imports", "upload-an-archive": "Upload an Archive" } -} +} \ No newline at end of file