Skip to content

Commit

Permalink
fix(SFOX): link bank account copy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 30, 2018
1 parent bc802e9 commit eee56a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const BankLink = (props) => {
const subtitleHelper = () => {
switch (true) {
case ui.microDeposits: return null
case ui.selectBank: return <FormattedMessage id='sfoxexchangedata.link.subtitle2' defaultMessage="Please select which bank account you'd like to have synced with your SFOX profile. Please note: Once this account has been added, you will not be able to change it." />
case ui.selectBank: return <FormattedMessage id='sfoxexchangedata.link.subtitle2' defaultMessage="Please select which bank account you'd like to have synced with your SFOX profile." />
case !ui.selectBank: return <FormattedMessage id='sfoxexchangedata.link.subtitle1' defaultMessage='There are two ways to go about this: Sync your bank account using your login details (a crowd favorite), or manually enter your routing and account number (this may take a couple days).' />
}
}
Expand Down

0 comments on commit eee56a1

Please sign in to comment.