diff --git a/src/Orchard.Web/Modules/Orchard.Workflows/Forms/WebRequestForm.cs b/src/Orchard.Web/Modules/Orchard.Workflows/Forms/WebRequestForm.cs index e33cb4fcb..11532e8c3 100644 --- a/src/Orchard.Web/Modules/Orchard.Workflows/Forms/WebRequestForm.cs +++ b/src/Orchard.Web/Modules/Orchard.Workflows/Forms/WebRequestForm.cs @@ -39,7 +39,7 @@ namespace Orchard.Workflows.Forms { _FormValues: New.Textarea( Id: "FormValues", Name: "FormValues", Title: T("Form Values"), - Description: T("For KeyValue, enter one line per key=value pair to submit when using the POST verb. For JSon, enter a valid JSon string"), + Description: T("For KeyValue, enter one line per key=value pair to submit when using the POST verb. For JSON, enter a string where the curly braces are replaced by double brackets e.g. { test: 'test' } becomes (( test: 'test' ))."), Classes: new[] {"tokenized"}) ); @@ -56,4 +56,4 @@ namespace Orchard.Workflows.Forms { ); } } -} \ No newline at end of file +}