diff --git a/src/controllers/FriendsController.ts b/src/controllers/FriendsController.ts index 170ffa7..4f2c474 100644 --- a/src/controllers/FriendsController.ts +++ b/src/controllers/FriendsController.ts @@ -121,7 +121,7 @@ export class FriendsController { await NotificationsHelper.CreateFriendsNotifications( h.getUserId(), friendID, NotifEventType.SENT_FRIEND_REQUEST) - h.success("Send (create) the friendship request"); + h.success("The friendship request was successfully sent!"); } /**