Skip to content

Commit

Permalink
Update folder path in web001
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen committed Oct 17, 2024
2 parents 0bcd472 + 38d04f5 commit 9138087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher-csharp/WebForms/Controllers/CreateAndEmbedForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public ActionResult CheckTemplates()

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

return this.View("embedForm");
}
Expand Down

0 comments on commit 9138087

Please sign in to comment.