From 4cfcbcd7afcd72211b99ebd14ee851e1abbfbacb Mon Sep 17 00:00:00 2001 From: Brent Kinney <48770271+brentkinney@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:26:16 -0700 Subject: [PATCH] fixes bug #1 in ado --- RandomQuotes/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RandomQuotes/Views/Home/Index.cshtml b/RandomQuotes/Views/Home/Index.cshtml index f480d1d..3758a4f 100644 --- a/RandomQuotes/Views/Home/Index.cshtml +++ b/RandomQuotes/Views/Home/Index.cshtml @@ -1,7 +1,7 @@ @model Quote @{ - ViewData["Title"] = "Random Quotes CaC change for ADO issuetracking 2"; + ViewData["Title"] = "Random Quotes CaC change for ADO CI integration testing"; }

Quotes as a Service