We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86745ef commit 38d04f5Copy full SHA for 38d04f5
launcher-csharp/WebForms/Controllers/CreateAndEmbedForm.cs
@@ -79,7 +79,7 @@ public ActionResult CheckTemplates()
79
80
this.ViewBag.CodeExampleText = this.CodeExampleText;
81
this.ViewBag.Description = this.CodeExampleText.AdditionalPages
82
- .First(x => x.Name == "create_web_form").ResultsPageText;
+ .First(x => x.Name == "create_web_form").ResultsPageText.Replace("{0}", "launcher-csharp");
83
84
return this.View("embedForm");
85
}
0 commit comments