From 6c6dacb195d143ce7a90ee15720a43b8bba64c81 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 23 Oct 2020 01:52:38 -0400 Subject: [PATCH] fix strings --- static/app-strings.json | 2 +- ui/component/publishFile/view.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 70ad22ed7..2f0c6261d 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -971,7 +971,7 @@ "You will not see reposts by people you follow or receive email notifying about them.": "You will not see reposts by people you follow or receive email notifying about them.", "Sorry, your request timed out. Modify your options or %again%": "Sorry, your request timed out. Modify your options or %again%", "Pause at any time to select a thumbnail from your video": "Pause at any time to select a thumbnail from your video", - "For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 1 GB.": "For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 1 GB.", + "For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 2 GB.": "For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 2 GB.", "Share this channel": "Share this channel", "File preview": "File preview", "Go Home": "Go Home", diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 54a1f4493..21451cd7b 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -199,7 +199,7 @@ function PublishFile(props: Props) { return (

{__( - 'For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 1 GB.', + 'For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. %SITE_NAME% uploads are restricted to 2 GB.', { SITE_NAME } )}{' '}