diff --git a/templates/web/prod/actions/Tools/videoEditor.html.twig b/templates/web/prod/actions/Tools/videoEditor.html.twig index 4d1b3b0ca6..b9920c7fb2 100644 --- a/templates/web/prod/actions/Tools/videoEditor.html.twig +++ b/templates/web/prod/actions/Tools/videoEditor.html.twig @@ -236,9 +236,7 @@

@@ -252,9 +250,9 @@

@@ -262,6 +260,9 @@
+

+ {{ "prod:videoeditor:subtitleRequestTab:: Request in process" | trans }} +

@@ -370,6 +371,7 @@ }, success: function success(data) { console.log(data); + $('#request-status').removeClass('hide'); } }); });