mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
hp description
This commit is contained in:
parent
ad7a0c9cac
commit
fe8adaaa49
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@ function SelectHomepage(props: Props) {
|
||||||
label={__('Homepage')}
|
label={__('Homepage')}
|
||||||
onChange={handleSetHomepage}
|
onChange={handleSetHomepage}
|
||||||
value={homepage}
|
value={homepage}
|
||||||
helper={__(
|
helper={__('Tailor your experience.')}
|
||||||
'Multi-language support is brand new and incomplete. Switching your language may have unintended consequences, like glossolalia.'
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
{Object.keys(homepages).map(hp => (
|
{Object.keys(homepages).map(hp => (
|
||||||
<option key={'hp' + hp} value={hp}>
|
<option key={'hp' + hp} value={hp}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue