mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed a typo in the Content recipe execution step description.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Orchard.Recipes.Providers.Executors {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override LocalizedString Description {
|
public override LocalizedString Description {
|
||||||
get { return T("Provides additional coniguration for the Content recipe step."); }
|
get { return T("Provides additional configuration for the Content recipe step."); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public int? BatchSize { get; set; }
|
public int? BatchSize { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user