Skip to content

Commit

Permalink
[PAY-2466] Update banner copy in purchase flow (#7523)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Feb 8, 2024
1 parent bb662db commit 94967d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useStyles = makeStyles(({ palette, spacing }) => ({
}))

const messages = {
earn: (amount: number) => `Earn ${amount} $AUDIO when you buy this track!`
earn: (amount: number) => `Earn ${amount} $AUDIO for this purchase!`
}

type AudioMatchSectionProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Text } from 'components/typography'
import { useIsMobile } from 'hooks/useIsMobile'

const messages = {
earn: (amount: string) => `Earn ${amount} $AUDIO when you buy this track!`
earn: (amount: string) => `Earn ${amount} $AUDIO for this purchase!`
}

type AudioMatchSectionProps = {
Expand Down

0 comments on commit 94967d5

Please sign in to comment.