description='Enter the connection details for your Lightning node.'
title="Connection details"
description="Enter the connection details for your Lightning node."
back={()=>changeStep(0.1)}
next={()=>
startLnd({
@ -86,8 +86,8 @@ const Onboarding = ({
case1:
return(
<FormContainer
title='What should we call you?'
description='Set your nickname to help others connect with you on the Lightning Network'
title="What should we call you?"
description="Set your nickname to help others connect with you on the Lightning Network"
back={()=>changeStep(0.1)}
next={()=>changeStep(2)}
>
@ -97,8 +97,8 @@ const Onboarding = ({
case2:
return(
<FormContainer
title='Autopilot'
description='Autopilot is an automatic network manager. Instead of manually adding people to build your network to make payments, enable autopilot to automatically connect you to the Lightning Network using 60% of your balance.'// eslint-disable-line
title="Autopilot"
description="Autopilot is an automatic network manager. Instead of manually adding people to build your network to make payments, enable autopilot to automatically connect you to the Lightning Network using 60% of your balance."// eslint-disable-line
description='Enter your wallet password or create a new wallet'// eslint-disable-line
title="Welcome back!"
description="Enter your wallet password or create a new wallet"// eslint-disable-line
back={null}
next={null}
>
@ -119,8 +119,8 @@ const Onboarding = ({
case4:
return(
<FormContainer
title='Welcome!'
description='Looks like you are new here. Set a password to encrypt your wallet. This password will be needed to unlock Zap in the future'// eslint-disable-line
title="Welcome!"
description="Looks like you are new here. Set a password to encrypt your wallet. This password will be needed to unlock Zap in the future"// eslint-disable-line
back={null}
next={()=>{
// dont allow the user to move on if the confirmation password doesnt match the original password
@ -137,8 +137,8 @@ const Onboarding = ({
case5:
return(
<FormContainer
title={'Alright, let\'s get set up'}
description='Would you like to create a new wallet or import an existing one?'// eslint-disable-line
title={"Alright, let's get set up"}
description="Would you like to create a new wallet or import an existing one?"// eslint-disable-line
constnotifBody=transaction.amount>0?'Lucky you, you just received a new on-chain transaction. I\'m jealous.':'Hate to see \'em go but love to watch \'em leave. Your on-chain transaction successfully sent.'// eslint-disable-line max-len
constnotifBody=
transaction.amount>0
?"Lucky you, you just received a new on-chain transaction. I'm jealous."
:"Hate to see 'em go but love to watch 'em leave. Your on-chain transaction successfully sent."// eslint-disable-line max-len