From 8eb1dd4955138775dc8d80f438ded585aeade093 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Tue, 19 Jan 2021 13:42:49 +0100 Subject: [PATCH] Fix typos --- frontend/src/locales/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 6b302ba08..f88bde5ab 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -109,12 +109,12 @@ }, "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 recieve 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 it's scheduled day. Currently Webhooks will execute at { time }", "test-webhooks": "Test Webhooks", "webhook-url": "Webhook URL", "save-webhooks": "Save Webhooks" }, - "new-version-available": "A New Version of Mealie is Avaiable, Visit the Repo ", + "new-version-available": "A New Version of Mealie is Available, Visit the Repo ", "backup": { "import-recipes": "Import Recipes", "import-themes": "Import Themes", @@ -130,11 +130,11 @@ "migrate": "Migrate", "failed-recipes": "Failed Recipes", "failed-images": "Failed Images", - "you-can-import-recipes-from-either-a-zip-file-or-a-directory-located-in-the-app-data-migraiton-folder-please-review-the-documentation-to-ensure-your-directory-structure-matches-what-is-expected": "You can import recipes from either a zip file or a directory located in the /app/data/migraiton/ folder. Please review the documentation to ensure your directory structure matches what is expected", + "you-can-import-recipes-from-either-a-zip-file-or-a-directory-located-in-the-app-data-migraiton-folder-please-review-the-documentation-to-ensure-your-directory-structure-matches-what-is-expected": "You can import recipes from either a zip file or a directory located in the /app/data/migration/ folder. Please review the documentation to ensure your directory structure matches what is expected", "nextcloud-data": "Nextcloud Data", "delete-confirmation": "Are you sure you want to delete this migration data?", "successfully-imported-from-nextcloud": "Successfully Imported from Nextcloud", "failed-imports": "Failed Imports", "upload-an-archive": "Upload an Archive" } -} \ No newline at end of file +}