diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml index 375fabb..c371f0a 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml @@ -1,7 +1,7 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "Notarize Documents Online"; Layout = "_Blank"; } diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml index c3d0f6c..c172259 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml @@ -4,7 +4,7 @@ - @ViewData["Title"] | E-Notaryo PH + eNotaryoPH | @(ViewData["Title"] ?? "Notarize Documents Online")