From 770e7ea3ab89db5633c00b1043ad67188ab2e192 Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Tue, 12 May 2020 18:42:33 +0500 Subject: [PATCH] Fix transcript status for VEDA videos (#23962) --- cms/templates/js/video-transcripts.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/js/video-transcripts.underscore b/cms/templates/js/video-transcripts.underscore index 51f9ded199..290291db49 100644 --- a/cms/templates/js/video-transcripts.underscore +++ b/cms/templates/js/video-transcripts.underscore @@ -5,7 +5,7 @@
<%- error_description %> <% }%> -<% } else { %> +<% } else if (!transcripts.length){ %> <%- gettext('No transcript uploaded.') %> <% }%>