diff --git a/Classes/LinphoneUI/UIChatNotifiedEventCell.m b/Classes/LinphoneUI/UIChatNotifiedEventCell.m index eeb947159..2432468b7 100644 --- a/Classes/LinphoneUI/UIChatNotifiedEventCell.m +++ b/Classes/LinphoneUI/UIChatNotifiedEventCell.m @@ -112,7 +112,7 @@ static const CGFloat NOTIFIED_CELL_HEIGHT = 44; eventString = [NSString stringWithFormat:NSLocalizedString(@"Multidevice detected from %@", nil),participant]; eventColor = [UIColor redColor]; break; - case LinphoneSecurityEventTypeLimeIdentityKeyChanged: + case LinphoneSecurityEventTypeEncryptionIdentityKeyChanged: case LinphoneSecurityEventTypeManInTheMiddleDetected: if (!participant) eventString = [NSString stringWithFormat:NSLocalizedString(@"Security alert", nil)];