From 50d65bc0b91a6238624f2e43668d6cf5f03cd00d Mon Sep 17 00:00:00 2001 From: Marek Dzikiewicz Date: Sun, 21 Jun 2015 17:42:54 +0200 Subject: [PATCH] MediaLibrary - Fix localization of Import button --- .../Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml index 23410c01a..11deacd47 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml @@ -131,7 +131,7 @@ @Html.Hidden("folderPath", Model.FolderPath) @Html.Hidden("document", Model.Content.ToString())
- + } }