Skip to content

Commit

Permalink
Update client/src/pages/Start.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Dec 12, 2024
1 parent db053f7 commit 7a32eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Start.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Start = () => {
if (!isGranted) {
setDialog({
isOpen: true,
text: "We noticed you've blocked Whisper from sending notifications. Are you sure you don’t want to enable them? Notifications help you stay updated, remember who you're talking to, and ensure you dont miss important messages.",
text: "You've blocked Whisper notifications. Enable them to stay updated, keep track of conversations, and never miss important messages.",
handler: async (response) => {
if (response) {
await requestBrowserNotificationPermissions();
Expand Down

0 comments on commit 7a32eca

Please sign in to comment.