Skip to content

Commit

Permalink
Fix tastemaker copy (#5199)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed May 2, 2023
1 parent b4192c2 commit 5bb60ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -78,7 +78,7 @@ describe('Tastemaker Notification', () => {
badgeCount: 1
},
{
title: `You're a Taste Maker!`,
title: `You're a Tastemaker!`,
body: `track_title_3 is now trending thanks to you! Great work 🙌🏽`,
data: {}
}
Expand Down
Expand Up @@ -93,7 +93,7 @@ export class Tastemaker extends BaseNotification<TastemakerNotificationRow> {
this.receiverUserId
)

const title = `You're a Taste Maker!`
const title = `You're a Tastemaker!`
const body = `${entityName} is now trending thanks to you! Great work 🙌🏽`
await sendBrowserNotification(
userNotificationSettings,
Expand Down

0 comments on commit 5bb60ba

Please sign in to comment.