Url To URL Typo Fix

The other part of the typo I found that wasn't addressed in Chris's PR. https://github.com/lbryio/lbry-app/pull/1697
This commit is contained in:
Electron - Mark Firth 2018-06-27 21:52:05 +10:00 committed by GitHub
parent f0f98945fa
commit 8e252657f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ class SelectThumbnail extends React.PureComponent<Props> {
stretch
type="text"
name="content_thumbnail"
label={__('Url')}
label={__('URL')}
placeholder="http://spee.ch/mylogo"
value={thumbnail}
disabled={formDisabled}