From 05ecb3beb94dd5be7080149204d786afc4d9dfd5 Mon Sep 17 00:00:00 2001 From: Sayed Ali Date: Wed, 30 Oct 2024 13:17:14 +0100 Subject: [PATCH] Update page title in Index.cshtml --- src/Application/src/RazorPagesTestSample/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml index f7645733..f796f9f5 100644 --- a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml +++ b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml @@ -1,7 +1,7 @@ @page @model IndexModel @{ - ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System"; + ViewData["Title"] = "Sayed's Pickles and Preserves Team Messaging System"; }

@ViewData["Title"]