Merge pull request #1697 from ykris45/patch-3
minor fix url or Uppercase
This commit is contained in:
commit
c0017bc9f3
1 changed files with 2 additions and 2 deletions
|
@ -368,11 +368,11 @@ class PublishForm extends React.PureComponent<Props> {
|
||||||
<div className="card__title">{__('Thumbnail')}</div>
|
<div className="card__title">{__('Thumbnail')}</div>
|
||||||
<div className="card__subtitle">
|
<div className="card__subtitle">
|
||||||
{uploadThumbnailStatus === THUMBNAIL_STATUSES.API_DOWN ? (
|
{uploadThumbnailStatus === THUMBNAIL_STATUSES.API_DOWN ? (
|
||||||
__('Enter a url for your thumbnail.')
|
__('Enter a URL for your thumbnail.')
|
||||||
) : (
|
) : (
|
||||||
<React.Fragment>
|
<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" />.
|
<Button button="link" label={__('here')} href="https://spee.ch/about" />.
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|
Loading…
Reference in a new issue