mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
Used profile name in inviter message (#8453)
This commit is contained in:
parent
8bc8183895
commit
cd27afa9f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue