Skip to content

Commit

Permalink
fix: lockbox onboarding copy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Nov 14, 2018
1 parent b873e94 commit 32d42eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4603,7 +4603,7 @@
"id": "modals.lockboxsetup.authenticitystep.title"
},
{
"defaultMessage": "On your Lockbox, tap the RIGHT button to let your Lockbox connect to your Blockchain wallet.",
"defaultMessage": "When prompted on your Lockbox, tap the RIGHT button to let your device connect to your Blockchain Web Wallet.",
"id": "modals.lockboxsetup.authenticitystep.content"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
"modals.lockboxsetup.authenticityerrorstep.subtitle": "This device appears to be non-genuine. Please try the setup again or contact support if this issue persists.",
"modals.lockboxsetup.authenticityerrorstep.title": "Whoops!",
"modals.lockboxsetup.authenticitystep.authenticating": "Checking Your Devices Authenticity",
"modals.lockboxsetup.authenticitystep.content": "On your Lockbox, tap the RIGHT button to let your Lockbox connect to your Blockchain wallet.",
"modals.lockboxsetup.authenticitystep.content": "When prompted on your Lockbox, tap the RIGHT button to let your device connect to your Blockchain Web Wallet.",
"modals.lockboxsetup.authenticitystep.success": "Success! Click to Continue",
"modals.lockboxsetup.authenticitystep.title": "Verify Device Authenticity",
"modals.lockboxsetup.connectdevice.connect": "Connect Your Lockbox",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const AuthenticityStep = props => {
<Text size='14px' weight={300}>
<FormattedHTMLMessage
id='modals.lockboxsetup.authenticitystep.content'
defaultMessage='On your Lockbox, tap the RIGHT button to let your Lockbox connect to your Blockchain wallet.'
defaultMessage='When prompted on your Lockbox, tap the RIGHT button to let your device connect to your Blockchain Web Wallet.'
/>
</Text>
</Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ const OpenBtcAppStep = props => {
<Content>
<Text size='14px' weight={300}>
<FormattedMessage
id='modals.lockboxsetup.openbtcappstep.explanation'
defaultMessage='Now add a Bitcoin wallet to your device.'
id='modals.lockboxsetup.openbtcappstep.selection'
defaultMessage='Now let’s select the Bitcoin app on your Lockbox.'
/>
</Text>
<Text size='14px' weight={300}>
<FormattedMessage
id='modals.lockboxsetup.openbtcappstep.selection'
defaultMessage='Select &quot;Bitcoin&quot; from the picker.'
id='modals.lockboxsetup.openbtcappstep.pair'
defaultMessage='This will pair your Lockbox to your Blockchain Wallet.'
/>
</Text>
</Content>
Expand Down

0 comments on commit 32d42eb

Please sign in to comment.