diff --git a/src/Orchard.Web/Core/Themes/Views/NotFound.ascx b/src/Orchard.Web/Core/Themes/Views/NotFound.ascx index 8abb96303..05667a107 100644 --- a/src/Orchard.Web/Core/Themes/Views/NotFound.ascx +++ b/src/Orchard.Web/Core/Themes/Views/NotFound.ascx @@ -1,4 +1,4 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Mvc.ViewModels"%>

<%=Html.TitleForPage(T("Not found").ToString()) %>

-

TODO: (erikpo) Add friendly message here

\ No newline at end of file +

<%=_Encoded("The page you are looking for does not exist.")%>

\ No newline at end of file