mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
MediaLibrary - Fix localization of Import button
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
@Html.Hidden("folderPath", Model.FolderPath)
|
@Html.Hidden("folderPath", Model.FolderPath)
|
||||||
@Html.Hidden("document", Model.Content.ToString())
|
@Html.Hidden("document", Model.Content.ToString())
|
||||||
<br/>
|
<br/>
|
||||||
<button type="submit">@("Import")</button>
|
<button type="submit">@T("Import")</button>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user