Commit e109cbf7 authored by yangxiaodong's avatar yangxiaodong

update resource.

parent 266a765c
...@@ -1252,7 +1252,7 @@ namespace DotNetCore.CAP.Dashboard.Resources ...@@ -1252,7 +1252,7 @@ namespace DotNetCore.CAP.Dashboard.Resources
/// </summary> /// </summary>
public static string SucceededMessagesPage_Title { public static string SucceededMessagesPage_Title {
get { get {
return ResourceManager.GetString("SucceededJobsPage_Title", resourceCulture); return ResourceManager.GetString("SucceededMessagesPage_Title", resourceCulture);
} }
} }
} }
......
...@@ -424,8 +424,8 @@ ...@@ -424,8 +424,8 @@
<data name="SucceededJobsPage_Table_TotalDuration" xml:space="preserve"> <data name="SucceededJobsPage_Table_TotalDuration" xml:space="preserve">
<value>Total Duration</value> <value>Total Duration</value>
</data> </data>
<data name="SucceededJobsPage_Title" xml:space="preserve"> <data name="SucceededMessagesPage_Title" xml:space="preserve">
<value>Succeeded Jobs</value> <value>Succeeded Messages</value>
</data> </data>
<data name="JobsSidebarMenu_Awaiting" xml:space="preserve"> <data name="JobsSidebarMenu_Awaiting" xml:space="preserve">
<value>Awaiting</value> <value>Awaiting</value>
......
...@@ -422,8 +422,8 @@ ...@@ -422,8 +422,8 @@
<data name="SucceededJobsPage_Table_TotalDuration" xml:space="preserve"> <data name="SucceededJobsPage_Table_TotalDuration" xml:space="preserve">
<value>Total Duration</value> <value>Total Duration</value>
</data> </data>
<data name="SucceededJobsPage_Title" xml:space="preserve"> <data name="SucceededMessagesPage_Title" xml:space="preserve">
<value>完成的作业</value> <value>已发送消息</value>
</data> </data>
<data name="JobsSidebarMenu_Awaiting" xml:space="preserve"> <data name="JobsSidebarMenu_Awaiting" xml:space="preserve">
<value>等待中</value> <value>等待中</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment