Skip to content

Commit

Permalink
Recipes.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Aug 26, 2024
1 parent 0bb805e commit bcaf872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Localization/OrchardCore.Recipes.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcaf872

Please sign in to comment.