Skip to content

Commit 9138087

Browse files
Update folder path in web001
2 parents 0bcd472 + 38d04f5 commit 9138087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/WebForms/Controllers/CreateAndEmbedForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public ActionResult CheckTemplates()
7979

8080
this.ViewBag.CodeExampleText = this.CodeExampleText;
8181
this.ViewBag.Description = this.CodeExampleText.AdditionalPages
82-
.First(x => x.Name == "create_web_form").ResultsPageText;
82+
.First(x => x.Name == "create_web_form").ResultsPageText.Replace("{0}", "launcher-csharp");
8383

8484
return this.View("embedForm");
8585
}

0 commit comments

Comments
 (0)