From bcaf87221c4fb13a4aa75bc160f836b3cd4f498d Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Mon, 26 Aug 2024 10:20:47 +0200 Subject: [PATCH] Recipes.pot --- Localization/OrchardCore.Recipes.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Localization/OrchardCore.Recipes.pot b/Localization/OrchardCore.Recipes.pot index 7305c4d2e1e50..4d6cf2b67dc11 100644 --- a/Localization/OrchardCore.Recipes.pot +++ b/Localization/OrchardCore.Recipes.pot @@ -73,9 +73,9 @@ msgid "The recipe '{0}' has been run successfully." msgstr "" #: OrchardCore.Recipes\Controllers\AdminController.cs:122 -#. await _notifier.ErrorAsync(H["The recipe '{0}' failed to run do to the following errors: {1}", recipe.DisplayName, string.Join(' ', e.StepResult.Errors)]); +#. await _notifier.ErrorAsync(H["The recipe '{0}' failed to run due to the following errors: {1}", recipe.DisplayName, string.Join(' ', e.StepResult.Errors)]); msgctxt "OrchardCore.Recipes.Controllers.AdminController" -msgid "The recipe '{0}' failed to run do to the following errors: {1}" +msgid "The recipe '{0}' failed to run due to the following errors: {1}" msgstr "" #: OrchardCore.Recipes\Controllers\AdminController.cs:128