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:
parent
f0f98945fa
commit
8e252657f5
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue