From f6431ac235562329c3c50890ac3ef2a5a5ef63b7 Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Tue, 12 May 2020 11:57:02 -0700 Subject: [PATCH] Small Changes to publishFile/view.jsx --- ui/component/publishFile/view.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index d88b0bb1b..2ad301134 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -49,7 +49,7 @@ function PublishFile(props: Props) { const [oversized, setOversized] = useState(false); const RECOMMENDED_BITRATE = 6000000; const TV_PUBLISH_SIZE_LIMIT: number = 1073741824; - const UPLOAD_SIZE_MESSAGE = 'Lbrytv uploads are limited to 1 GB. Download the app for unrestricted publishing.'; + const UPLOAD_SIZE_MESSAGE = 'Lbry.tv uploads are limited to 1 GB. Download the app for unrestricted publishing.'; const PROCESSING_MB_PER_SECOND = 0.5; const MINUTES_THRESHOLD = 30; const HOURS_THRESHOLD = MINUTES_THRESHOLD * 60; @@ -125,7 +125,7 @@ function PublishFile(props: Props) { if (isVid && duration && getBitrate(size, duration) > RECOMMENDED_BITRATE) { return (
- {__('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.')}{' '}
); @@ -135,7 +135,7 @@ function PublishFile(props: Props) { return ({__( - 'Your video may not be the best format. Use MP4s in H264/AAC format and a friendly bitrate (under 5 mbps) and resolution (720p) for more reliable streaming.' + 'Your video may not be the best format. Use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming.' )}{' '}
@@ -154,7 +154,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. Lbrytv uploads are restricted to 1GB.' + 'For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming. Lbry.tv uploads are restricted to 1 GB.' )}{' '}
@@ -167,7 +167,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.' + 'For video content, use MP4s in H264/AAC format and a friendly bitrate (under 5 Mbps) and resolution (720p) for more reliable streaming.' )}{' '}
@@ -293,7 +293,7 @@ function PublishFile(props: Props) { units: getUnitsForMB(sizeInMB), }} > - Transcoding this %size%MB file should take under %processTime% %units%. + Transcoding this %size% MB file should take under %processTime% %units%. )}