diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index ec2f0761f..277375928 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -75,7 +75,7 @@ function PublishFile(props: Props) { return (
{__(UPLOAD_SIZE_MESSAGE)}{' '} - +
); } @@ -84,7 +84,7 @@ function PublishFile(props: Props) { return ({__('Your video has a bitrate over 8 mbps. We suggest transcoding to provide viewers the best experience.')}{' '} - +
); } @@ -95,7 +95,7 @@ function PublishFile(props: Props) { {__( 'Your video may not be the best format. Use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.' )}{' '} - + ); } @@ -114,7 +114,7 @@ function PublishFile(props: Props) { {__( 'For video content, use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.' )}{' '} - + ); }