diff --git a/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml index db45f22fe..474207944 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml @@ -4,7 +4,7 @@ @{ Style.Include("admin-projections.css"); - + Layout.Title = T("Manage Queries").ToString(); var index = 0; var pageSizes = new List() { 10, 50, 100 }; @@ -74,4 +74,4 @@ @Display(Model.Pager) -} \ No newline at end of file +}