diff --git a/README.md b/README.md index af6909c1b..9a04df89d 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ We provide installers for Windows, macOS (v10.9 or greater), and Debian-based Li Our [releases page](https://github.com/lbryio/lbry-app/releases) also contains the latest release, pre-releases, and past builds. -*Note: If the deb fails to install using the Ubuntu Software Center, install manually via `sudo dpkg -i `. You'll need to run `sudo apt-get install -f` if this is the first time installing it to install dependencies* - To install from source or make changes to the application, continue reading below. ## Usage diff --git a/src/renderer/component/publishForm/view.jsx b/src/renderer/component/publishForm/view.jsx index eb5af1336..a92f7b87b 100644 --- a/src/renderer/component/publishForm/view.jsx +++ b/src/renderer/component/publishForm/view.jsx @@ -368,11 +368,11 @@ class PublishForm extends React.PureComponent {
{__('Thumbnail')}
{uploadThumbnailStatus === THUMBNAIL_STATUSES.API_DOWN ? ( - __('Enter a URL for your thumbnail.') + __('Enter a url for your thumbnail.') ) : ( {__( - 'Upload your thumbnail to spee.ch, or enter the URL manually. Learn more about spee.ch ' + 'Upload your thumbnail to spee.ch, or enter the url manually. Learn more about spee.ch ' )}