Skip to content

Commit

Permalink
Rewards: Imported from brave-ui: Fixes #226, combines disabled text s…
Browse files Browse the repository at this point in the history
…trings
  • Loading branch information
ryanml authored and NejcZdovc committed Sep 19, 2019
1 parent 9f620fd commit cbdd86d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ exports[`MainToggle tests basic tests matches the snapshot 1`] = `
>
MISSING: rewardsOffText1
<br />
<b>
MISSING: rewardsOffText2
</b>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export default class MainToggle extends React.PureComponent<Props, {}> {
? <StyledContent>
<StyleTitle>{getLocale('rewardsWhy')}</StyleTitle>
<StyleText>
{getLocale('rewardsOffText1')} <br/>
<b>{getLocale('rewardsOffText2')}</b>
{getLocale('rewardsOffText1')} <b>{getLocale('rewardsOffText2')}</b>
</StyleText>
<StyleTitle>{getLocale('rewardsOffText3')}</StyleTitle>
<StyleText>
Expand Down

0 comments on commit cbdd86d

Please sign in to comment.