From 248e7a1f9e8c7fa1cccec104e0fe51cc965d77cc Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 5 Oct 2020 10:38:37 -0400 Subject: [PATCH] fix lbry.tv strings --- ui/component/publishFile/view.jsx | 3 ++- web/component/fileViewerEmbeddedEnded/view.jsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 79d515b33..468ba63f1 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -1,4 +1,5 @@ // @flow +import { SITE_NAME } from 'config'; import type { Node } from 'react'; import * as ICONS from 'constants/icons'; import React, { useState, useEffect } from 'react'; @@ -195,7 +196,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. Lbry.tv 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.` )}{' '}