diff options
Diffstat (limited to 'src/components/notifications')
-rw-r--r-- | src/components/notifications/NotificationPrompts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/NotificationPrompts.tsx b/src/components/notifications/NotificationPrompts.tsx index 03502b27..dc27925b 100644 --- a/src/components/notifications/NotificationPrompts.tsx +++ b/src/components/notifications/NotificationPrompts.tsx @@ -7,7 +7,7 @@ export const InviteFriendsPrompt: React.FC = () => { <TaggPrompt messageHeader={'Invite Friends To Tagg!'} messageBody={ - 'A new feature that lets you invite your friends to Tagg. \nClick on yourfriends list to do so!' + 'A new feature that lets you invite your friends to Tagg. \nClick on your friends list to do so!' } logoType={'invite_friends'} hideCloseButton={true} |