PLT 783 Fix Previews for removed YouTube videos (#3073)

* PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404

* Updating video poster for video not found (#3072)
Этот коммит содержится в:
enahum
2016-05-20 12:55:52 -03:00
коммит произвёл Christopher Speller
родитель 2a137e97c4
Коммит ed2e37394e
6 изменённых файлов: 87 добавлений и 16 удалений

Просмотреть файл

@@ -1455,5 +1455,6 @@
"web.footer.privacy": "Privacy",
"web.footer.terms": "Terms",
"web.header.back": "Back",
"web.root.singup_info": "All team communication in one place, searchable and accessible anywhere"
"web.root.singup_info": "All team communication in one place, searchable and accessible anywhere",
"youtube_video.notFound": "Video not found"
}

Просмотреть файл

@@ -1454,5 +1454,6 @@
"web.footer.privacy": "Privacidad",
"web.footer.terms": "Términos",
"web.header.back": "Atrás",
"web.root.singup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte"
"web.root.singup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte",
"youtube_video.notFound": "Video no encontrado"
}