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.')}{' '}