diff --git a/src/ui/component/syncPassword/view.jsx b/src/ui/component/syncPassword/view.jsx index 1dcd6fcc4..f62f43738 100644 --- a/src/ui/component/syncPassword/view.jsx +++ b/src/ui/component/syncPassword/view.jsx @@ -27,6 +27,7 @@ function SyncPassword(props: Props) {
setEmail(e.target.value)} /> - 0 - ? __("This is only available if you don't have a balance") - : __('Maybe some more text about something') - } - checked={syncEnabled} - onChange={() => setSync(!syncEnabled)} - disabled={balance > 0} - /> + {!IS_WEB && ( + 0 ? ( + __('This feature is not yet available for wallets with balances, but the gerbils are working on it.') + ) : ( + + {__('Blockchain expert?')}{' '} +