From 02b0189d9783ed28cf0c78a8f98f19eb5632c24a Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 10 Mar 2021 23:00:48 +1300 Subject: [PATCH] Typo --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);