diff --git a/static/app-strings.json b/static/app-strings.json
index 25f645b5d..803ee4e0e 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -888,5 +888,8 @@
"with lbry.tv to receive notifications related to new content.": "with lbry.tv to receive notifications related to new content.",
"An email was sent to %email%. Follow the link to %verify_text%. After, this page will update automatically.": "An email was sent to %email%. Follow the link to %verify_text%. After, this page will update automatically.",
"Your email preferences": "Your email preferences",
- "allow you to receive notifications related to new content.": "allow you to receive notifications related to new content."
-}
\ No newline at end of file
+ "allow you to receive notifications related to new content.": "allow you to receive notifications related to new content.",
+ "Thumbnail (Minimum size: 300x300, (1:1)": "Thumbnail (Minimum size: 300x300, (1:1)",
+ "Cover (Minimum: 1000 x 160, (10:1.6)": "Cover (Minimum size: 1000 x 160, (10:1.6)",
+ "Minimum size: 800x450 (16:9)": "Minimum size: 800x450 (16:9)"
+}
diff --git a/ui/component/channelEdit/view.jsx b/ui/component/channelEdit/view.jsx
index 8c9dccc11..e5996fe0b 100644
--- a/ui/component/channelEdit/view.jsx
+++ b/ui/component/channelEdit/view.jsx
@@ -110,14 +110,14 @@ function ChannelForm(props: Props) {
onUpdate={v => handleThumbnailChange(v)}
currentValue={params.thumbnailUrl}
assetName={'Thumbnail'}
- recommended={'(300 x 300)'}
+ recommended={'(Minimum size: 300x300, (1:1)'}
/>
{__('Click "Begin Upgrade" to start the upgrade process.')}
-{__('The app will close, and you will be prompted to install the latest version of LBRY.')}
-{__('To launch installation manually, close LBRY and run the command below in the terminal.')}
++ {__( + 'The app will close (if not, quit with CTRL-Q), and you will be prompted to install the latest version of LBRY.' + )} +
++ {__('To launch installation manually, close LBRY (CTRL-Q) and run the command below in the terminal.')} +
sudo dpkg -i {downloadItem}
{__('After the install is complete, please reopen the app.')}