Merge pull request #1697 from ykris45/patch-3

minor fix url or Uppercase
This commit is contained in:
Sean Yesmunt 2018-06-27 01:40:39 -04:00 committed by GitHub
commit c0017bc9f3
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>