Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Update notification message for token purchase #2538

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const NOTIFICATION_TYPE_COPY = new Map([
["INVITE_REDEEMED", " redeemed your invite code! "],
["INVITE_RENEWED", "You received 3 more Creator Token invites!"], // add "Tap to share." after function is implemented
["INVITED_TO_CHANNEL", " gave you free access to their channel!"],
["CREATOR_TOKEN_PURCHASED", " purchased your token! "],
["CREATOR_TOKEN_PURCHASED", " bought your token! "],
]);

export const NotificationItem = memo(
Expand Down
Loading