Skip to content

Commit

Permalink
fix (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Jun 19, 2024
1 parent bbf5b91 commit b94111a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct RoomStateEventStringBuilder {
return L10n.stateEventRoomInvite(senderDisplayName, member)
}
case .invitationAccepted:
return memberIsYou ? L10n.stateEventRoomInviteAcceptedByYou : L10n.stateEventRoomInviteAccepted(senderDisplayName)
return memberIsYou ? L10n.stateEventRoomInviteAcceptedByYou : L10n.stateEventRoomInviteAccepted(member)
case .invitationRejected:
return memberIsYou ? L10n.stateEventRoomRejectByYou : L10n.stateEventRoomReject(senderDisplayName)
case .invitationRevoked:
Expand Down

0 comments on commit b94111a

Please sign in to comment.