Skip to content

Commit 69e7fb7

Browse files
authored
Fixing bug OctopusSamples#1 in the repo
1 parent 06fa5fc commit 69e7fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RandomQuotes/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@model Quote
22

33
@{
4-
ViewData["Title"] = "Random Quotes";
4+
ViewData["Title"] = "Random Quotes ADO Change";
55
}
66

77
<h2>Quotes as a Service</h2>

0 commit comments

Comments
 (0)