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