diff --git a/ui/component/settingSystem/view.jsx b/ui/component/settingSystem/view.jsx index b71ae333f..d524d6a30 100644 --- a/ui/component/settingSystem/view.jsx +++ b/ui/component/settingSystem/view.jsx @@ -504,7 +504,22 @@ export default function SettingSystem(props: Props) { - + + ), + }} + > + Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what + content shows in trending or is blocked. %learn_more% + + } + multirow + > diff --git a/ui/component/settingWalletServer/view.jsx b/ui/component/settingWalletServer/view.jsx index 166147347..268aa42f0 100644 --- a/ui/component/settingWalletServer/view.jsx +++ b/ui/component/settingWalletServer/view.jsx @@ -3,7 +3,6 @@ import React, { useState, useEffect, useRef } from 'react'; import { FormField } from 'component/common/form'; import Button from 'component/button'; -import I18nMessage from 'component/i18nMessage'; import * as ICONS from 'constants/icons'; import ServerInputRow from './internal/inputRow'; import { stringifyServerParam } from 'util/sync-settings'; @@ -133,16 +132,6 @@ function SettingWalletServer(props: Props) { }} label={__('Use custom wallet servers')} /> -

- , - }} - > - Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content - shows in trending or is blocked. %learn_more% - -

{advancedMode && (