Skip to content

Commit

Permalink
Merge pull request #3264 from brave/fix-5578
Browse files Browse the repository at this point in the history
Uses correct messaging for ads earnings claim in Rewards Panel
  • Loading branch information
ryanml committed Aug 27, 2019
2 parents f26859a + 84835f9 commit 0dc76f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export class Panel extends React.Component<Props, State> {
text = getMessage('grantNotification')
break
case RewardsNotificationType.REWARDS_NOTIFICATION_GRANT_ADS:
type = 'grant'
type = 'ads'
text = getMessage('earningsClaimDefault')
break
case RewardsNotificationType.REWARDS_NOTIFICATION_BACKUP_WALLET:
Expand Down

0 comments on commit 0dc76f5

Please sign in to comment.