diff --git a/static/app-strings.json b/static/app-strings.json index 3c100116e..a1aed94e3 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1004,5 +1004,6 @@ "Image": "Image", "Model": "Model", "Binary": "Binary", - "Other": "Other" -} + "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." +} \ No newline at end of file diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index e3aebc041..43c83c382 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -105,7 +105,9 @@ function PublishFile(props: Props) { {!isStillEditing && (

- {__('For video content, use MP4s in H264/AAC format for best compatibility.')}{' '} + {__( + 'For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming.' + )}{' '}