|
|
|
@ -76,6 +76,12 @@ NSUInteger TSCallCurrentSchemaVersion = 1;
|
|
|
|
|
return NSLocalizedString(@"INCOMING_INCOMPLETE_CALL", @"");
|
|
|
|
|
case RPRecentCallTypeMissedBecauseOfChangedIdentity:
|
|
|
|
|
return NSLocalizedString(@"INFO_MESSAGE_MISSED_CALL_DUE_TO_CHANGED_IDENITY", @"info message text shown in conversation view");
|
|
|
|
|
case RPRecentCallTypeIncomingDeclined:
|
|
|
|
|
return NSLocalizedString(@"INCOMING_DECLINED_CALL",
|
|
|
|
|
@"info message recorded in conversation history when local user declined a call");
|
|
|
|
|
default:
|
|
|
|
|
OWSFail(@"Should specify all call strings");
|
|
|
|
|
return @"Call";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|