mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Rename 'Orphan items' to 'No list' for 'view from' dropdown in list management view.
--HG-- branch : dev
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
Value = contentItem.Id.ToString(System.Globalization.CultureInfo.InvariantCulture),
|
||||
Selected = contentItem.Id == sourceContainerId
|
||||
}).ToList();
|
||||
sourceContainers.Insert(0, new SelectListItem { Text = T("Orphan items").ToString(), Value = "" });
|
||||
sourceContainers.Insert(0, new SelectListItem { Text = T("No list").ToString(), Value = "" });
|
||||
}
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
|
||||
Reference in New Issue
Block a user