Commit 6d2a5fa0 authored by Mark Harding's avatar Mark Harding

(chore): remove text about notification for now

1 merge request!691WIP: new video player
Pipeline #102336069 running with stages
......@@ -6,8 +6,7 @@
class="m-videoPlayer__notice--transcoding"
*ngIf="status === 'transcoding'"
>
This video is still transcoding. You will receive a notification when it is
completed.
This video is still transcoding.
</span>
<span class="m-videoPlayer__notice--created" *ngIf="status === 'created'">
This video is waiting to be transcoded.
......
Please register or to comment