mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#18764: Fixing typo is summary admin for PublishLater
Work Item: 18764 --HG-- branch : 1.x
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<li>@T("Published: {0}", Display.DateTimeRelative(dateTimeUtc: versionPublishedUtc.Value))</li> <li> | </li>
|
||||
}
|
||||
else {
|
||||
<li><img class="icon" src="@Href("~/Modules/Orchard.PublishLater/Content/Admin/images/scheduled.gif")" alt="@T("Scheduled")" title="@T("The page is scheduled for publishing")" /></li> <li>@T("Scheduled") </li>
|
||||
<li><img class="icon" src="@Href("~/Modules/Orchard.PublishLater/Content/Admin/images/scheduled.gif")" alt="@T("Scheduled")" title="@T("The page is scheduled for publishing")" /></li> <li>@T("Scheduled"): </li>
|
||||
<li>@Display.DateTime(DateTimeUtc: ((DateTime?)Model.ScheduledPublishUtc).Value, CustomFormat: T("M/d/yyyy h:mm tt")) | </li>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user