diff --git a/html/src/app.js b/html/src/app.js
index 2f130683..d17ab3fa 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -4282,7 +4282,7 @@ speechSynthesis.getVoices();
AppApi.DesktopNotification(noty.senderUsername, 'has sent you a friend request', imageURL);
break;
case 'Friend':
- AppApi.DesktopNotification(noty.displayName, 'has sent you a friend request', imageURL);
+ AppApi.DesktopNotification(noty.displayName, 'is now your friend', imageURL);
break;
case 'Unfriend':
AppApi.DesktopNotification(noty.displayName, 'is no longer your friend', imageURL);