From 061af8315aa5d8a16d29a6b467914777aa8452ff Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 13 Jun 2018 12:27:07 -0400 Subject: [PATCH] remove reference to spee.ch if the api is down --- src/renderer/component/publishForm/view.jsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/renderer/component/publishForm/view.jsx b/src/renderer/component/publishForm/view.jsx index d2233b8d2..5e834f876 100644 --- a/src/renderer/component/publishForm/view.jsx +++ b/src/renderer/component/publishForm/view.jsx @@ -363,10 +363,16 @@ class PublishForm extends React.PureComponent {
{__('Thumbnail')}
- {__( - 'Upload your thumbnail to spee.ch, or enter the url manually. Learn more about spee.ch ' + {uploadThumbnailStatus === STATUSES.API_DOWN ? ( + __('Enter a url for your thumbnail.') + ) : ( + + {__( + 'Upload your thumbnail to spee.ch, or enter the url manually. Learn more about spee.ch ' + )} +