mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing typo
I need to get used to my new keyboard --HG-- branch : 1.x
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Orchard.Workflows.Forms {
|
||||
_Script: Shape.TextArea(
|
||||
Id: "Script", Name: "Script",
|
||||
Title: T("Script"),
|
||||
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, and T(). Return type must be a strin.gDecisionAc"),
|
||||
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, and T(). Return type must be a string."),
|
||||
Classes: new[] { "tokenized" }
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user