1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Improve a message

This commit is contained in:
Pierre HUBERT 2020-06-30 10:01:36 +02:00
parent 3db72bc4f0
commit ee31359323

View File

@ -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!");
}
/**