minor fix url or Uppercase

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-06-27 00:25:54 +07:00 committed by GitHub
parent 18976123d5
commit 2070d9b602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,11 +368,11 @@ class PublishForm extends React.PureComponent<Props> {
<div className="card__title">{__('Thumbnail')}</div>
<div className="card__subtitle">
{uploadThumbnailStatus === THUMBNAIL_STATUSES.API_DOWN ? (
__('Enter a url for your thumbnail.')
__('Enter a URL for your thumbnail.')
) : (
<React.Fragment>
{__(
'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 '
)}
<Button button="link" label={__('here')} href="https://spee.ch/about" />.
</React.Fragment>