Skip to content

Commit

Permalink
fix(BuySell): component name
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jul 9, 2018
1 parent 79dc10c commit 48e0990
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Container = styled.div`

const link = <Link href='https://support.blockchain.com/hc/en-us/requests/new' target='_blank' size='16px' weight={300}><FormattedMessage id='buysell.general.failure.here' defaultMessage='here.' /></Link>

const Loading = (e) => (
const Failure = (e) => (
<Container>
<Text weight={300} size='16px'>
<FormattedMessage id='buysell.general.failure.message' defaultMessage='Sorry, an error has occurred while connecting to your exchange partner.' />
Expand All @@ -32,4 +32,4 @@ const Loading = (e) => (
</Container>
)

export default Loading
export default Failure

0 comments on commit 48e0990

Please sign in to comment.