diff --git a/static/app-strings.json b/static/app-strings.json index ef663f169..8555a55ac 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1005,13 +1005,11 @@ "Model": "Model", "Binary": "Binary", "Other": "Other", - "For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming.": "For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming.", "Please check your deposit amount.": "Please check your deposit amount.", - "Your video has a bitrate over 5 mbps. We suggest transcoding to provide viewers the best experience.": "Your video has a bitrate over 5 mbps. We suggest transcoding to provide viewers the best experience.", "For video content, use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.": "For video content, use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.", - "Unable to validate your video.": "Unable to validate your video.", "Checking your video...": "Checking your video...", "Your video has a bitrate over 8 mbps. We suggest transcoding to provide viewers the best experience.": "Your video has a bitrate over 8 mbps. We suggest transcoding to provide viewers the best experience.", "Your video may not be the best format. Use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.": "Your video may not be the best format. Use MP4s in H264/AAC format and a friendly bitrate (1080p) for more reliable streaming.", - "Publishing Guide": "Publishing Guide" -} \ No newline at end of file + "Publishing Guide": "Publishing Guide", + "This is equivalent to a password. Do not post or share this.": "This is equivalent to a password. Do not post or share this." +} diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 4f9bde212..49452f950 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -83,7 +83,7 @@ function PublishFile(props: Props) { // @endif if (isVid && duration && getBitrate(size, duration) > RECOMMENDED_BITRATE) { return ( -

+

{__('Your video has a bitrate over 8 mbps. We suggest transcoding to provide viewers the best experience.')}{' '}