From b9a602acd9c25bff18667b4c072d4b6c2a5abd73 Mon Sep 17 00:00:00 2001 From: jessop Date: Thu, 5 Mar 2020 19:17:59 -0500 Subject: [PATCH] warning text --- static/app-strings.json | 8 +++----- ui/component/publishFile/view.jsx | 4 ++-- ui/scss/init/_gui.scss | 4 ++-- ui/scss/themes/dark.scss | 1 + ui/scss/themes/light.scss | 1 + 5 files changed, 9 insertions(+), 9 deletions(-) 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.')}{' '}