mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 02:05:11 +00:00
Merge pull request #1704 from Invariant-Change/patch-3
Url To URL Typo Fix
This commit is contained in:
commit
b3e18933d2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class SelectThumbnail extends React.PureComponent<Props> {
|
||||||
stretch
|
stretch
|
||||||
type="text"
|
type="text"
|
||||||
name="content_thumbnail"
|
name="content_thumbnail"
|
||||||
label={__('Url')}
|
label={__('URL')}
|
||||||
placeholder="http://spee.ch/mylogo"
|
placeholder="http://spee.ch/mylogo"
|
||||||
value={thumbnail}
|
value={thumbnail}
|
||||||
disabled={formDisabled}
|
disabled={formDisabled}
|
||||||
|
|
Loading…
Add table
Reference in a new issue