Skip to content

Commit eb771e3

Browse files
TremiDkharSID177
andauthored
Update admin/rt-transcoder-functions.php
Co-authored-by: Siddharth Tikekar <[email protected]>
1 parent a2c7600 commit eb771e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/rt-transcoder-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ function rtt_filter_no_video_on_transcoding( $html, $rtmedia_media ) {
948948
}
949949
if ( 'video' === $rtmedia_media->media_type && is_file_being_transcoded( $rtmedia_media->media_id ) ) {
950950

951-
$html = '<p class="transcoding-in-progress"> ' . esc_html__( 'This video is being transcoded. Please wait.', 'transcoder' ) . '</p>';
951+
$html = '<p class="transcoding-in-progress"> ' . esc_html__( 'Please wait while we\'re processing this video.', 'transcoder' ) . '</p>';
952952
}
953953

954954
return $html;

0 commit comments

Comments
 (0)