diff --git a/src/renderer/component/publishForm/view.jsx b/src/renderer/component/publishForm/view.jsx index a92f7b87b..eb5af1336 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 ' )}