From c83ca198a16d22ae1998024e0156f50f161f2320 Mon Sep 17 00:00:00 2001 From: will Date: Fri, 9 Dec 2016 18:12:14 -0500 Subject: [PATCH] Webpack does not currently correctly replace url(img) appearing as a style in en.json. This is less a bug and more a need of a redesign of the video provider logo layout (#449) --- app/common/locales/en.json | 2 -- app/main/posts/modify/video.html | 9 ++++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/common/locales/en.json b/app/common/locales/en.json index 5ada186b38..2e79aad671 100644 --- a/app/common/locales/en.json +++ b/app/common/locales/en.json @@ -583,9 +583,7 @@ "upload" : "Upload" }, "video" : { - "input_desc" : "Enter a Youtube or Vimeo video URL", "enter_a" : "Enter a", - "youtube" : " Youtube", "or" : " or ", "vimeo" : " Vimeo", "video_url" : " video URL" diff --git a/app/main/posts/modify/video.html b/app/main/posts/modify/video.html index 50f2c3ae9c..5f1724e0d0 100644 --- a/app/main/posts/modify/video.html +++ b/app/main/posts/modify/video.html @@ -2,7 +2,14 @@
-

+

+ Enter a + + + or + + video URL +