diff --git a/app/components/Onboarding/Onboarding.js b/app/components/Onboarding/Onboarding.js index 47eef1c3..5635ea99 100644 --- a/app/components/Onboarding/Onboarding.js +++ b/app/components/Onboarding/Onboarding.js @@ -109,7 +109,7 @@ const Onboarding = ({ return ( @@ -138,7 +138,7 @@ const Onboarding = ({ return ( changeStep(4)} next={() => (initWalletProps.signupProps.signupForm.create ? changeStep(6) : changeStep(5.1))} > @@ -149,7 +149,7 @@ const Onboarding = ({ return ( changeStep(5)} next={() => changeStep(5.2)} > @@ -160,7 +160,7 @@ const Onboarding = ({ return ( changeStep(5)} next={() => { const recoverySeed = recoverFormProps.seedInput.map(input => input.word) @@ -175,7 +175,7 @@ const Onboarding = ({ return ( changeStep(5)} next={() => changeStep(7)} > @@ -186,7 +186,7 @@ const Onboarding = ({ return ( changeStep(6)} next={() => { // don't allow them to move on if they havent re-entered the seed correctly diff --git a/app/reducers/transaction.js b/app/reducers/transaction.js index 40fa8c0c..719a8d95 100644 --- a/app/reducers/transaction.js +++ b/app/reducers/transaction.js @@ -108,7 +108,7 @@ export const newTransaction = (event, { transaction }) => dispatch => { const notifBody = 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 + : "Hate to see 'em go but love to watch 'em leave. Your on-chain transaction successfully sent." showNotification(notifTitle, notifBody)