mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Used profile name in inviter message (#8453)
This commit is contained in:
committed by
Sabe Jones
parent
8bc8183895
commit
cd27afa9f0
@@ -408,7 +408,7 @@ api.joinGroup = {
|
||||
headerText: common.i18n.t('invitationAcceptedHeader', inviter.preferences.language),
|
||||
bodyText: common.i18n.t('invitationAcceptedBody', {
|
||||
groupName: group.name,
|
||||
username: user.auth.local.username,
|
||||
username: user.profile.name,
|
||||
}, inviter.preferences.language),
|
||||
};
|
||||
inviter.addNotification('GROUP_INVITE_ACCEPTED', data);
|
||||
|
||||
Reference in New Issue
Block a user