mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Wording change to admin dashboard
--HG-- branch : dev
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<AdminViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||
<h1><%=Html.TitleForPage(T("Welcome to the Orchard").ToString())%></h1>
|
||||
|
||||
<p>
|
||||
<%=_Encoded("This is the place where you can manage your web site, its appearance and its contents. Please take a moment to explore the different menu items on the left of the screen to familiarize yourself with the features of the application. For example, try to change the theme through the “Manage Themes” menu entry. You can also create new pages and manage existing ones through the “Manage Pages” menu entry or create blogs through “Manage Blogs”.") %></p>
|
||||
|
||||
<p>
|
||||
<%=_Encoded("Have fun!") %><br />
|
||||
<%=_Encoded("The Orchard Team") %>
|
||||
</p>
|
||||
<h1><%=Html.TitleForPage(T("Welcome to Orchard").ToString())%></h1>
|
||||
<p><%=_Encoded("This is the place where you can manage your web site, its appearance and its contents. Please take a moment to explore the different menu items on the left of the screen to familiarize yourself with the features of the application. For example, try to change the theme through the “Manage Themes” menu entry. You can also create new pages and manage existing ones through the “Manage Pages” menu entry or create blogs through “Manage Blogs”.") %></p>
|
||||
<p><%=_Encoded("Have fun!") %><br /><%=_Encoded("The Orchard Team") %></p>
|
||||
|
||||
|
Reference in New Issue
Block a user