From 2070d9b60221c346d524091d445922756609e8d5 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 27 Jun 2018 00:25:54 +0700 Subject: [PATCH] minor fix url or Uppercase --- src/renderer/component/publishForm/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ' )}